[Checkins] SVN: zc.ngi/trunk/src/zc/ngi/blocking.txt indentation fix

Alex Smith alex at zope.com
Wed Jun 30 17:18:56 EDT 2010


Log message for revision 114036:
  indentation fix
  

Changed:
  U   zc.ngi/trunk/src/zc/ngi/blocking.txt

-=-
Modified: zc.ngi/trunk/src/zc/ngi/blocking.txt
===================================================================
--- zc.ngi/trunk/src/zc/ngi/blocking.txt	2010-06-30 20:58:38 UTC (rev 114035)
+++ zc.ngi/trunk/src/zc/ngi/blocking.txt	2010-06-30 21:18:56 UTC (rev 114036)
@@ -47,8 +47,8 @@
     >>> output.writelines(hello("everyone"))
     >>> output.writelines(hello("bob"))
 
- To close the connection to the server, we'll send a close command,
- which is a documenty consisting of the letter "C":
+To close the connection to the server, we'll send a close command,
+which is a documenty consisting of the letter "C":
 
     >>> output.write("C\0")
 



More information about the checkins mailing list