Skip to content

Commit

Permalink
Make the tests pass with Python 2.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Aug 9, 2012
1 parent 2cf2267 commit 7df8951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/z3c/password/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ letters, digits, punctuation, other), and the maximum similarity score.
12
>>> pwd.groupMax
6
>>> pwd.maxSimilarity
0.59999999999999998
>>> print(pwd.maxSimilarity)
0.6

- When the password is empty, then the password is invalid:

Expand Down

0 comments on commit 7df8951

Please sign in to comment.