Skip to content

Commit 35335f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent de1a9fa commit 35335f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/pdeps/0014-string-dtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ in pandas 2.3 and removed in pandas 3.0.
220220

221221
The `storage` keyword of `StringDtype` is kept to disambiguate the underlying
222222
storage of the string data (using pyarrow or python objects), but an additional
223-
`na_value` is introduced to disambiguate the variants using NA semantics and
223+
`na_value` is introduced to disambiguate the variants using NA semantics and
224224
NaN semantics.
225225

226226
Overview of the different ways to specify a dtype and the resulting concrete

0 commit comments

Comments
 (0)