summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-22 17:12:42 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-22 17:12:42 (GMT)
commit00a3a65cc024eb8ca96907f52b31dcb954f4d9b5 (patch)
treee19e1f761048d4585f7a7be3429ccd0f7c738440 /Doc
parent360eb9f278a3c225000aecdef105fbba6593639a (diff)
downloadcpython-00a3a65cc024eb8ca96907f52b31dcb954f4d9b5.zip
cpython-00a3a65cc024eb8ca96907f52b31dcb954f4d9b5.tar.gz
cpython-00a3a65cc024eb8ca96907f52b31dcb954f4d9b5.tar.bz2
Refer to the right RFC in the intro.
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 f3678ce..24abd1d 100644
--- a/Doc/lib/libcfgparser.tex
+++ b/Doc/lib/libcfgparser.tex
@@ -14,7 +14,7 @@ programs which can be customized by end users easily.
The configuration file consists of sections, lead by a
\samp{[section]} header and followed by \samp{name: value} entries,
-with continuations in the style of \rfc{959}. The optional values
+with continuations in the style of \rfc{822}. The optional values
can contain format strings which refer to other values in the same
section, or values in a special \code{DEFAULT} section. Additional
defaults can be provided upon initialization and retrieval.