summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-03-09 22:23:14 -0400
committerRob Dennis <rdennis@gmail.com>2014-03-09 22:23:14 -0400
commit0ca42491581b921cff9de7cba854fb86d4c3fa80 (patch)
tree5fb4f8cffee53f9e4f4d6fa461dd025be9d41920 /docs
parent562185680eb673df7f0057976defda3206646d78 (diff)
parent5470f81624637a29d897093d6372f17826b4f096 (diff)
downloadconfigobj-git-0ca42491581b921cff9de7cba854fb86d4c3fa80.tar.gz
Merge https://github.com/MichaelHipp/configobj
Diffstat (limited to 'docs')
-rw-r--r--docs/configobj.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configobj.html b/docs/configobj.html
index 9023a7e..1cb1abe 100644
--- a/docs/configobj.html
+++ b/docs/configobj.html
@@ -933,7 +933,7 @@ empty values. See <a class="reference internal" href="#empty-values">Empty Value
<h3><a class="toc-backref" href="#id59">5.2.11&nbsp;&nbsp;&nbsp;newlines</a></h3>
<p>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 <tt class="docutils literal">None</tt>, and ConfigObj
-uses the system default (<tt class="docutils literal">os.sep</tt>) if write is called without newlines having
+uses the system default (<tt class="docutils literal">os.linesep</tt>) if write is called without newlines having
been set.</p>
</div>
</div>