[Python-3000-checkins] r55738 - python/branches/p3yk/Doc/ext/extending.tex

neal.norwitz python-3000-checkins at python.org
Sat Jun 2 04:10:45 CEST 2007


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 


More information about the Python-3000-checkins mailing list