# HG changeset patch # User paulb # Date 1113063670 0 # Node ID d341a3f321ed6d97bb65ab83536d913d0f277a92 # Parent 98251b8bff2d31e6dde7973fb0abdceb40cf1172 [project @ 2005-04-09 16:21:10 by paulb] Fixed typing error. diff -r 98251b8bff2d -r d341a3f321ed libxml2macro.py --- a/libxml2macro.py Sat Apr 09 13:03:39 2005 +0000 +++ b/libxml2macro.py Sat Apr 09 16:21:10 2005 +0000 @@ -219,7 +219,7 @@ def include_import(module): """ - Include an import statement in 'module' so make the macro library available. + Include an import statement in 'module' to make the macro library available. """ module.node.nodes.insert(0, compiler.ast.From("libxml2dom.macrolib", [("*", None)]))