Skip to content

Commit 4cd7306

Browse files
albaniepmhatre1
authored andcommitted
DOC: Fix minor grammatical typo in core/series.py docstring. (pandas-dev#58587)
Minor typo fix in `core/series.py` Fix minor grammatical typo in `core/series.py` ("is build with" -> "is built with")
1 parent e9186df commit 4cd7306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/series.py

+1-1
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)