[Checkins] SVN: zc.ngi/trunk/src/zc/ngi/README.txt Fixed doc bug.
Jim Fulton
jim at zope.com
Tue May 26 11:29:39 EDT 2009
Log message for revision 100417:
Fixed doc bug.
Changed:
U zc.ngi/trunk/src/zc/ngi/README.txt
-=-
Modified: zc.ngi/trunk/src/zc/ngi/README.txt
===================================================================
--- zc.ngi/trunk/src/zc/ngi/README.txt 2009-05-26 15:27:13 UTC (rev 100416)
+++ zc.ngi/trunk/src/zc/ngi/README.txt 2009-05-26 15:29:39 UTC (rev 100417)
@@ -473,7 +473,7 @@
>>> listener.close()
>>> zc.ngi.testing.udp(('', 42), "hello")
-For a handler is used if you don't pass a handler:
+A default handler is used if you don't pass a handler:
>>> listener = zc.ngi.testing.udp_listener(('', 43))
>>> zc.ngi.testing.udp(('', 43), "hello")
More information about the Checkins
mailing list