Skip to content

Commit 41d6426

Browse files
wrap docstring
1 parent e5b9263 commit 41d6426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ def str_strip(arr, to_strip=None, side='both'):
813813

814814

815815
def str_wrap(arr, width, **kwargs):
816-
"""
816+
r"""
817817
Wrap long strings in the Series/Index to be formatted in
818818
paragraphs with length less than a given width.
819819

0 commit comments

Comments
 (0)