[Checkins] SVN: zc.ngi/trunk/src/zc/ngi/doc/index.txt Fixed formatting.

Jim Fulton jim at zope.com
Tue Jul 6 06:46:20 EDT 2010


Log message for revision 114230:
  Fixed formatting.
  

Changed:
  U   zc.ngi/trunk/src/zc/ngi/doc/index.txt

-=-
Modified: zc.ngi/trunk/src/zc/ngi/doc/index.txt
===================================================================
--- zc.ngi/trunk/src/zc/ngi/doc/index.txt	2010-07-06 10:45:34 UTC (rev 114229)
+++ zc.ngi/trunk/src/zc/ngi/doc/index.txt	2010-07-06 10:46:19 UTC (rev 114230)
@@ -352,13 +352,13 @@
     The ``loop`` call blocks until an exception is raised by a handler or
     until there are no more handlers registered with the implementation.
 
-One ``zc.ngi.async``-controlled loop In this model, the
-    ``zc.ngi.async`` module maintains its own loop thread.  This is
-    the default implementation, provided by the module itself.  It is
-    appropriate when implementing libraries that perform networking
-    to perform their function. The advantage of this approach is that
-    it is less intrusive to applications.  The loop thread is managed
-    automatically.
+One ``zc.ngi.async``-controlled loop
+    In this model, the ``zc.ngi.async`` module maintains its own loop
+    thread.  This is the default implementation, provided by the
+    module itself.  It is appropriate when implementing libraries that
+    perform networking to perform their function. The advantage of
+    this approach is that it is less intrusive to applications.  The
+    loop thread is managed automatically.
 
     Note that the thread used by ``zc.ngi.async`` is "daemonic", meaning
     that if the main program thread exits, the ``zc.ngi.async`` thread



More information about the checkins mailing list