summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-12-11 01:01:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-12-11 01:01:06 (GMT)
commit0adf0846cec7d407741723601a8b2b61a646b682 (patch)
tree49fa4d7c10761bfb7b45eea0107c2f99d8489fc8 /Doc
parentebde1498e760c86420aa9fc2acd1ca9deb0050e4 (diff)
downloadcpython-0adf0846cec7d407741723601a8b2b61a646b682.zip
cpython-0adf0846cec7d407741723601a8b2b61a646b682.tar.gz
cpython-0adf0846cec7d407741723601a8b2b61a646b682.tar.bz2
Fix a typo
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libcfgparser.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex
index 53170fa..2c08ec4 100644
--- a/Doc/lib/libcfgparser.tex
+++ b/Doc/lib/libcfgparser.tex
@@ -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.