[Checkins] SVN: zc.zk/trunk/src/zc/zk/README.txt Gaaaa. Formatting.

Jim Fulton jim at zope.com
Fri Jan 27 21:53:12 UTC 2012


Log message for revision 124223:
  Gaaaa. Formatting.
  

Changed:
  U   zc.zk/trunk/src/zc/zk/README.txt

-=-
Modified: zc.zk/trunk/src/zc/zk/README.txt
===================================================================
--- zc.zk/trunk/src/zc/zk/README.txt	2012-01-27 21:51:54 UTC (rev 124222)
+++ zc.zk/trunk/src/zc/zk/README.txt	2012-01-27 21:53:11 UTC (rev 124223)
@@ -848,7 +848,7 @@
 Iterating over a tree
 =====================
 
-The ``walk`` method can be used to walk over the nodes in a tree:
+The ``walk`` method can be used to walk over the nodes in a tree::
 
     >>> for path in zk.walk():
     ...     print path
@@ -884,7 +884,7 @@
     /fooservice/provision/node1
     /fooservice/provision/node2
 
-Modifications to nodes are reflected while traversing:
+Modifications to nodes are reflected while traversing::
 
     >>> for path in zk.walk('/fooservice'):
     ...     print path



More information about the checkins mailing list