diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configobj.html | 2 | ||||
-rw-r--r-- | docs/configobj.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/configobj.html b/docs/configobj.html index 0398cb8..20402ad 100644 --- a/docs/configobj.html +++ b/docs/configobj.html @@ -2320,7 +2320,7 @@ attribute is not set then a <tt class="docutils literal">ReloadError</tt> (a new <tt class="docutils literal">IOError</tt>) is raised.</p> <p>BUGFIX: Files are read in with 'rb' mode, so that native/non-native line endings work!</p> <p>Minor efficiency improvement in <tt class="docutils literal">unrepr</tt> mode.</p> -<p>Added missing docstrings for some overidden dictionary methods.</p> +<p>Added missing docstrings for some overridden dictionary methods.</p> <p>Added the <tt class="docutils literal">reset</tt> method. This restores a ConfigObj to a freshly created state.</p> <p>Removed old CHANGELOG file.</p> </div> diff --git a/docs/configobj.rst b/docs/configobj.rst index e183b98..99c0bc7 100644 --- a/docs/configobj.rst +++ b/docs/configobj.rst @@ -1604,7 +1604,7 @@ message will be raised. Unless you want to format the error message differently from the default, you should use ``str(ex)`` or better yet, use the exception in a format where the conversion is implicit. This uses the exception's ``__str__()`` method which in all -likelyhood will output all the information you want to know. +likelihood will output all the information you want to know. .. note:: |