Skip to content

Commit

Permalink
Merge pull request #7 from Cougar/fix-typo-xmlsjon
Browse files Browse the repository at this point in the history
Fix typo xmlsjon -> xmljson
  • Loading branch information
sanand0 authored Sep 6, 2016
2 parents 3a43bb1 + a50dab8 commit 6aa00e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ xmljson
:target: https://pypi.python.org/pypi/xmljson


xmlsjon converts XML into Python dictionary structures (trees, like in JSON) and vice-versa.
xmljson converts XML into Python dictionary structures (trees, like in JSON) and vice-versa.

About
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
setup(
name='xmljson',
version=xmljson.__version__,
description="xmlsjon converts XML into Python dictionary structures "
description="xmljson converts XML into Python dictionary structures "
"(trees, like in JSON) and vice-versa.",
long_description=readme + '\n\n' + history,
author="S Anand",
Expand Down

0 comments on commit 6aa00e8

Please sign in to comment.