diff options
author | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-08-22 11:36:08 +0200 |
commit | 630791c42c29c68a3cee4d722152886d70ddeff5 (patch) | |
tree | 8a31a3695744a106791724453db559985f874c8e /sphinx/util/jsonimpl.py | |
parent | 2e47414658555310a677f662a98711a013c15f2f (diff) | |
download | sphinx-git-630791c42c29c68a3cee4d722152886d70ddeff5.tar.gz |
Docstring harmonization.
Diffstat (limited to 'sphinx/util/jsonimpl.py')
-rw-r--r-- | sphinx/util/jsonimpl.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/jsonimpl.py b/sphinx/util/jsonimpl.py index fda85b5e3..f654ef22a 100644 --- a/sphinx/util/jsonimpl.py +++ b/sphinx/util/jsonimpl.py @@ -13,7 +13,7 @@ import UserString try: import json - # json-py's json module has not JSONEncoder; this will raise AttributeError + # json-py's json module has no JSONEncoder; this will raise AttributeError # if json-py is imported instead of the built-in json module JSONEncoder = json.JSONEncoder except (ImportError, AttributeError): |