From: Neal Norwitz Date: Mon, 11 Dec 2006 01:01:06 +0000 (+0000) Subject: Fix a typo X-Git-Tag: v2.6a1~2379 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0adf0846cec7d407741723601a8b2b61a646b682;p=python Fix a typo --- diff --git a/Doc/lib/libcfgparser.tex b/Doc/lib/libcfgparser.tex index 53170fa15c..2c08ec424c 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.