]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Refer to the right RFC in the intro.
authorFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 17:12:42 +0000 (17:12 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 22 Feb 1999 17:12:42 +0000 (17:12 +0000)
Doc/lib/libcfgparser.tex

index f3678cef22ea138bff44755c305c74eb04b08ef9..24abd1d3a7424d5ee88f18f4e6f2bca8f0a36c3a 100644 (file)
@@ -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.