Skip to content

Commit dd60259

Browse files
authored
DOC: Fix minor grammatical typo in core/series.py docstring. (#58587)
Minor typo fix in `core/series.py` Fix minor grammatical typo in `core/series.py` ("is build with" -> "is built with")
1 parent 1c88435 commit dd60259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc]
294294
z NaN
295295
dtype: float64
296296
297-
Note that the Index is first build with the keys from the dictionary.
297+
Note that the Index is first built with the keys from the dictionary.
298298
After this the Series is reindexed with the given Index values, hence we
299299
get all NaN as a result.
300300

0 commit comments

Comments
 (0)