Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
nap committed Oct 22, 2015
1 parent fbfc01f commit 20bda9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -29,9 +29,9 @@ Example
::

>>> from pyjarowinkler import distance
>>> print distance.get_jaro_distance("hello", "haloa", winkler_ajustment=True)
>>> print distance.get_jaro_distance("hello", "haloa", winkler=True, scaling=0.1) # Scaling is 0.1 by default
0.76
>>> print distance.get_jaro_distance("hello", "haloa", winkler_ajustment=False)
>>> print distance.get_jaro_distance("hello", "haloa", winkler=False, scaling=0.1)
0.733333333333

:Version: 1.7 of 2015-10-21

0 comments on commit 20bda9a

Please sign in to comment.