Skip to content

Commit 0cac941

Browse files
committed
copyedit docs
1 parent 5012867 commit 0cac941

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dedupe/variables/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .exists import ExistsType as Exists
55
from .interaction import InteractionType as Interaction
66
from .latlong import LatLongType as LatLong
7+
from .price import PriceType as Price
78
from .set import SetType as Set
89
from .string import ShortStringType as ShortString
910
from .string import StringType as String

docs/Variable-definition.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fields will raise an error.
127127
LatLong
128128
^^^^^^^
129129

130-
A ``LatLong`` variables are compared using the `Haversine
130+
``LatLong`` variables are compared using the `Haversine
131131
Formula <http://en.wikipedia.org/wiki/Haversine_formula>`__.
132132

133133
A ``LatLong`` variable field must consist of tuples of floats
@@ -140,7 +140,7 @@ corresponding to a latitude and a longitude.
140140
Set
141141
^^^
142142

143-
A ``Set`` variables are for comparing lists of elements, like keywords or
143+
``Set`` variables are for comparing lists of elements, like keywords or
144144
client names. ``Set`` variables are very similar to :ref:`text-types-label`. They
145145
use the same comparison function and you can also let dedupe learn which
146146
terms are common or rare by providing a corpus. Within a record, a ``Set``
@@ -334,6 +334,8 @@ For example:-
334334
335335
namevariable.WesternName("field")
336336
337+
To install:
338+
337339
.. code:: console
338340
339341
pip install dedupe-variable-name

0 commit comments

Comments
 (0)