summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrabner <pjg.github@ubergrabner.net>2013-09-19 16:49:42 -0400
committergrabner <pjg.github@ubergrabner.net>2013-09-19 16:49:42 -0400
commit02de7b289607f8094b1169b4431ad550d88d4208 (patch)
tree11435ab5f84e0e32bcca133f4210b6fe3220c28c
parent45e64b5ae7c57ca0da3954923835c15fbbc313f6 (diff)
downloadiniherit-02de7b289607f8094b1169b4431ad550d88d4208.tar.gz
corrected docs
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index fc52848..1b35272 100644
--- a/README.rst
+++ b/README.rst
@@ -44,7 +44,7 @@ Then the following code will pass the assert:
.. code-block:: python
import iniherit
- cfg = iniherit.IniheritSafeConfigParser()
+ cfg = iniherit.SafeConfigParser()
cfg.read('config.ini')
assert cfg.get('app:main', 'name') == 'My Application Name'