summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configobj.rst b/docs/configobj.rst
index 763fee2..e5488be 100644
--- a/docs/configobj.rst
+++ b/docs/configobj.rst
@@ -895,7 +895,7 @@ newlines
When a config file is read, ConfigObj records the type of newline separators in the
file and uses this separator when writing. It defaults to ``None``, and ConfigObj
-uses the system default (``os.sep``) if write is called without newlines having
+uses the system default (``os.linesep``) if write is called without newlines having
been set.