From 0adf0846cec7d407741723601a8b2b61a646b682 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 11 Dec 2006 01:01:06 +0000 Subject: Fix a typo --- Doc/lib/libcfgparser.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12