File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -553,6 +553,7 @@ strings and apply several methods to it. These can be acccessed like
553
553
Series.str.swapcase
554
554
Series.str.title
555
555
Series.str.upper
556
+ Series.str.wrap
556
557
Series.str.zfill
557
558
Series.str.isalnum
558
559
Series.str.isalpha
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Method Summary
266
266
:meth: `~Series.str.upper `,Equivalent to ``str.upper ``
267
267
:meth: `~Series.str.find `,Equivalent to ``str.find ``
268
268
:meth: `~Series.str.rfind `,Equivalent to ``str.rfind ``
269
- :meth: `~Series.str.capicalize `,Equivalent to ``str.capitalize ``
269
+ :meth: `~Series.str.capitalize `,Equivalent to ``str.capitalize ``
270
270
:meth: `~Series.str.swapcase `,Equivalent to ``str.swapcase ``
271
271
:meth: `~Series.str.isalnum `,Equivalent to ``str.isalnum ``
272
272
:meth: `~Series.str.isalpha `,Equivalent to ``str.isalpha ``
@@ -276,4 +276,4 @@ Method Summary
276
276
:meth: `~Series.str.isupper `,Equivalent to ``str.isupper ``
277
277
:meth: `~Series.str.istitle `,Equivalent to ``str.istitle ``
278
278
:meth: `~Series.str.isnumeric `,Equivalent to ``str.isnumeric ``
279
- :meth: `~Series.str.isnumeric `,Equivalent to ``str.isdecimal ``
279
+ :meth: `~Series.str.isdecimal `,Equivalent to ``str.isdecimal ``
You can’t perform that action at this time.
0 commit comments