diff markup/path.py @ 61:33c2702cf6da

Use a different namespace than Kid uses.
author cmlenz
date Fri, 07 Jul 2006 17:54:52 +0000
parents fec9f4897415
children 822089ae65ce
line wrap: on
line diff
--- a/markup/path.py
+++ b/markup/path.py
@@ -104,7 +104,7 @@
         
         >>> from markup.input import XML
         >>> xml = XML('<root><elem><child>Text</child></elem></root>')
-
+        
         >>> print Path('child').select(xml)
         <child>Text</child>
         
Copyright (C) 2012-2017 Edgewall Software