Skip to content

Commit 0e147a1

Browse files
committed
DOC: Try fix one line which is too long.
1 parent 5eab8f9 commit 0e147a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/core/series.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
264264
1 2
265265
dtype: int64
266266
267-
Due to input data type the Series has a `copy` of the original data even though `copy=False`, so
268-
the data is unchanged.
267+
Due to input data type the Series has a `copy` of the original data
268+
even though `copy=False`, so the data is unchanged.
269269
270270
Constructing Series from a 1d ndarray with `copy=False`.
271271

0 commit comments

Comments
 (0)