Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
voronind committed Jul 9, 2013
1 parent afda504 commit 5257345
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ __pycache__

.git
.hg
.idea
.idea
MANIFEST
3 changes: 2 additions & 1 deletion .hgignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ __pycache__

.git
.hg
.idea
.idea
MANIFEST
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ generates

"1[2-9]|2\d|3[0-4]"
"\b(1[2-9]|2\d|3[0-4])\b"

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version='1.0',
description='Python numeric range regular expression generator',
long_description=long_description,
url='http://github.com/dimka665/range-ragex',
url='http://github.com/dimka665/range-regex',
author='Dmitry Voronin',
author_email='[email protected]',
license='Python Software Foundation License',
Expand Down

0 comments on commit 5257345

Please sign in to comment.