[Python-checkins] r52994 - python/trunk/Doc/lib/libcfgparser.tex

neal.norwitz python-checkins at python.org
Mon Dec 11 02:01:26 CET 2006


Author: neal.norwitz
Date: Mon Dec 11 02:01:06 2006
New Revision: 52994

Modified:
   python/trunk/Doc/lib/libcfgparser.tex
Log:
Fix a typo

Modified: python/trunk/Doc/lib/libcfgparser.tex
==============================================================================
--- python/trunk/Doc/lib/libcfgparser.tex	(original)
+++ python/trunk/Doc/lib/libcfgparser.tex	Mon Dec 11 02:01:06 2006
@@ -50,7 +50,7 @@
 
 Sections are normally stored in a builtin dictionary. An alternative
 dictionary type can be passed to the \class{ConfigParser} constructor.
-For example, if a dictionary type is passed that sorts is keys,
+For example, if a dictionary type is passed that sorts its keys,
 the sections will be sorted on write-back, as will be the keys within
 each section.
 


More information about the Python-checkins mailing list