Author: neal.norwitz
Date: Sat Jun  2 04:10:43 2007
New Revision: 55738

Modified:
   python/branches/p3yk/Doc/ext/extending.tex
Log:
Fix doc breakage

Modified: python/branches/p3yk/Doc/ext/extending.tex
==============================================================================
--- python/branches/p3yk/Doc/ext/extending.tex  (original)
+++ python/branches/p3yk/Doc/ext/extending.tex  Sat Jun  2 04:10:43 2007
@@ -399,7 +399,7 @@
 following a \cfunction{fork()} without an intervening
 \cfunction{exec()}) can create problems for some extension modules.
 Extension module authors should exercise caution when initializing
-internal data structures.
+internal data structures.}
 
 A more substantial example module is included in the Python source
 distribution as \file{Modules/xxmodule.c}.  This file may be used as a 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to