From 34bd63aaca3e6b68a11f508f82e47cc4d35ee54b Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 23 Jul 2025 19:07:10 +0200 Subject: [PATCH] Fix typo found by codespell --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c09f0e..223a85a 100644 --- a/README.md +++ b/README.md @@ -819,7 +819,7 @@ methods `__str__` and `__float__` defined (and hence is convertible to a `float` and also has a `str` representation), the appropriate representation is selected for the column's deduced type. In order to not lose precision accidentally, types having both an `__int__` and -`__float__` represention will be considered a `float`. +`__float__` representation will be considered a `float`. Therefore, if your table contains types convertible to int/float but you'd *prefer* they be represented as strings, or your strings *might* all look