Skip to content

Commit 74885be

Browse files
authored
Merge pull request #371 from DimitriPapadopoulos/codespell
2 parents 3b82a4e + 34bd63a commit 74885be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ methods `__str__` and `__float__` defined (and hence is convertible to a
819819
`float` and also has a `str` representation), the appropriate
820820
representation is selected for the column's deduced type. In order to not
821821
lose precision accidentally, types having both an `__int__` and
822-
`__float__` represention will be considered a `float`.
822+
`__float__` representation will be considered a `float`.
823823

824824
Therefore, if your table contains types convertible to int/float but you'd
825825
*prefer* they be represented as strings, or your strings *might* all look

0 commit comments

Comments
 (0)