Skip to content

Commit 17389bf

Browse files
Update pandas/core/series.py
Co-authored-by: Richard Shadrach <45562402+rhshadrach@users.noreply.github.com>
1 parent ee645f0 commit 17389bf

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
@@ -270,7 +270,7 @@ class Series(base.IndexOpsMixin, NDFrame): # type: ignore[misc]
270270
because for other input (e.g. a list) a new array is created anyway.
271271
By default, will copy if the input data is a numpy or pandas array.
272272
For Series/Index input, a shallow copy of the data is made by default.
273-
Set to False to avoid copying array input, at your own risk (if you
273+
Set to False to avoid copying array input at your own risk (if you
274274
know the input data won't be modified elsewhere).
275275
276276
See Also

0 commit comments

Comments
 (0)