Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 360eb9f commit 00a3a65Copy full SHA for 00a3a65
1 file changed
Doc/lib/libcfgparser.tex
@@ -14,7 +14,7 @@ \section{\module{ConfigParser} ---
14
15
The configuration file consists of sections, lead by a
16
\samp{[section]} header and followed by \samp{name: value} entries,
17
-with continuations in the style of \rfc{959}. The optional values
+with continuations in the style of \rfc{822}. The optional values
18
can contain format strings which refer to other values in the same
19
section, or values in a special \code{DEFAULT} section. Additional
20
defaults can be provided upon initialization and retrieval.
0 commit comments