Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brianloveswords committed Jun 2, 2011
1 parent 7bfb34f commit 2b27425
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -77,11 +77,9 @@ Make this file
return True

jws.algos.CUSTOM += [
# a regular expression with two named matching groups. (x and y)
# a regular expression with two named matching groups. (x and y)
# named groups will be sent to the class constructor
(r'^F(?P<x>\d)U(?P<y>\d{2})$', FXUY),
(r'^F(?P<x>\d)U(?P<y>\d{2})$', FXUY),
]

And in an interpreter:
Expand Down

0 comments on commit 2b27425

Please sign in to comment.