]> granicus.if.org Git - python/commitdiff
Fix a typo
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Dec 2006 01:01:06 +0000 (01:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Dec 2006 01:01:06 +0000 (01:01 +0000)
Doc/lib/libcfgparser.tex

index 53170fa15cda2570e9655548a9d4716478cfd88f..2c08ec424ca2a556be52c860c8c2177f45a1c60e 100644 (file)
@@ -50,7 +50,7 @@ others.
 
 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.