summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Hipp <michael@redmule.com>2014-03-01 10:58:02 -0600
committerMichael Hipp <michael@redmule.com>2014-03-01 10:58:02 -0600
commit5470f81624637a29d897093d6372f17826b4f096 (patch)
treef2614c8e02c270bd8cb91672cb368ff6cff64f75 /docs
parentc66a11fe7b8628130e528d0bd3f9a69757427c90 (diff)
downloadconfigobj-git-5470f81624637a29d897093d6372f17826b4f096.tar.gz
Correct type os.sep -> os.linesep for newlines
The doc said it uses os.sep, but it should read os.linesep for default for newlines
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>