summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Dennis <rdennis@gmail.com>2014-03-10 20:11:59 -0400
committerRob Dennis <rdennis@gmail.com>2014-03-10 20:11:59 -0400
commit6e5c39fddc8681538f348b13cc22ebf4241738e7 (patch)
tree751b55552fccae06c02a46b048abf9a50268402f /docs
parent4644d06021d82cf5f1922c660cd65301b1a1922c (diff)
parentdfda0e5d88a566d6f899eca5caae163b3db8d32f (diff)
downloadconfigobj-git-6e5c39fddc8681538f348b13cc22ebf4241738e7.tar.gz
Merge pull request #39 from robdennis/master
configs write in binary mode AND are encoded in the event of unicode
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>