Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed May 29, 2013
1 parent de275bb commit b7fbb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -25,7 +25,7 @@ Requirements parser can parse a file-like object or a text string.
...
{'name': 'requirements',
'uri': 'git://github.com/davidfischer/requirements-parser.git',
'vcs': git}
'vcs': 'git'}
{'extras': [], 'name': 'Django', 'specs': [('>=', '1.5'), ('<', '1.6')]}
{'extras': [], 'name': 'numpy', 'specs': []}
{'extras': ['pdf'], 'name': 'DocParser', 'specs': []}
Expand Down

0 comments on commit b7fbb35

Please sign in to comment.