File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 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
553553 Series.str.swapcase
554554 Series.str.title
555555 Series.str.upper
556+ Series.str.wrap
556557 Series.str.zfill
557558 Series.str.isalnum
558559 Series.str.isalpha
Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Method Summary
266266 :meth: `~Series.str.upper `,Equivalent to ``str.upper ``
267267 :meth: `~Series.str.find `,Equivalent to ``str.find ``
268268 :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 ``
270270 :meth: `~Series.str.swapcase `,Equivalent to ``str.swapcase ``
271271 :meth: `~Series.str.isalnum `,Equivalent to ``str.isalnum ``
272272 :meth: `~Series.str.isalpha `,Equivalent to ``str.isalpha ``
@@ -276,4 +276,4 @@ Method Summary
276276 :meth: `~Series.str.isupper `,Equivalent to ``str.isupper ``
277277 :meth: `~Series.str.istitle `,Equivalent to ``str.istitle ``
278278 :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