Skip to content

Commit ac82b6b

Browse files
committed
DOC: Try fix PEP8 spacing issue.
1 parent 1a56449 commit ac82b6b

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
@@ -251,7 +251,7 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
251251
Note that the Index is first build with the keys from the dictionary.
252252
After this the Series is reindexed with the given Index values, hence we
253253
get all NaN as a result.
254-
254+
255255
Constructing Series from a list with `copy=False`.
256256
257257
>>> r = [1, 2]

0 commit comments

Comments
 (0)