We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eab8f9 commit 0e147a1Copy full SHA for 0e147a1
pandas/core/series.py
@@ -264,8 +264,8 @@ class Series(base.IndexOpsMixin, generic.NDFrame):
264
1 2
265
dtype: int64
266
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.
+ Due to input data type the Series has a `copy` of the original data
+ even though `copy=False`, so the data is unchanged.
269
270
Constructing Series from a 1d ndarray with `copy=False`.
271
0 commit comments