summaryrefslogtreecommitdiffstats
path: root/Doc/library/configparser.rst
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-07-14 19:43:16 (GMT)
committerNed Deily <nad@acm.org>2013-07-14 19:43:16 (GMT)
commit0995c47891b6a0bea83c201329082c7ebd62f825 (patch)
treed1fd152e3070772bf234978488ddb919987cf922 /Doc/library/configparser.rst
parent889b92d3aa88b1d38d1f96907e0c02bea6d81777 (diff)
downloadcpython-0995c47891b6a0bea83c201329082c7ebd62f825.zip
cpython-0995c47891b6a0bea83c201329082c7ebd62f825.tar.gz
cpython-0995c47891b6a0bea83c201329082c7ebd62f825.tar.bz2
Issue #18452: fix several "occurrence" typos (reported by FĂ©vry Thibault).
Diffstat (limited to 'Doc/library/configparser.rst')
-rw-r--r--Doc/library/configparser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/configparser.rst b/Doc/library/configparser.rst
index 0b8212c..f9a87ef 100644
--- a/Doc/library/configparser.rst
+++ b/Doc/library/configparser.rst
@@ -539,7 +539,7 @@ the :meth:`__init__` options:
* *delimiters*, default value: ``('=', ':')``
Delimiters are substrings that delimit keys from values within a section. The
- first occurence of a delimiting substring on a line is considered a delimiter.
+ first occurrence of a delimiting substring on a line is considered a delimiter.
This means values (but not keys) can contain the delimiters.
See also the *space_around_delimiters* argument to