diff options
author | Georg Brandl <georg@python.org> | 2008-09-11 22:14:34 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-11 22:14:34 +0000 |
commit | 703acbfe57c12fdcad797b8517ac4f32a528214e (patch) | |
tree | ec4eb2dd4f6279ed69f3ceb0e7d71da7fad9867f /sphinx/util/json.py | |
parent | 246a7a09b6eb06bd95bca5ef3a34f814fd807e76 (diff) | |
download | sphinx-git-703acbfe57c12fdcad797b8517ac4f32a528214e.tar.gz |
Fix nits.
Diffstat (limited to 'sphinx/util/json.py')
-rw-r--r-- | sphinx/util/json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/json.py b/sphinx/util/json.py index 1686fe6a5..75277a5ea 100644 --- a/sphinx/util/json.py +++ b/sphinx/util/json.py @@ -5,7 +5,7 @@ This module imports JSON functions from various locations. - :copyright: Copyright 2008 by Armin Ronacher. + :copyright: 2008 by Armin Ronacher. :license: BSD. """ |