Skip to content

Commit e9857e1

Browse files
committed
Update Examples 21 June 2018
1 parent 60aaaed commit e9857e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/strings.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -2255,8 +2255,7 @@ def cat(self, others=None, sep=None, na_rep=None, join=None):
22552255
22562256
Examples
22572257
--------
2258-
>>> s = pd.Series(["this is a regular sentence",
2259-
"path/to/python/file", np.nan])
2258+
>>> s = pd.Series(["this is a regular sentence", "path/to/python/file", np.nan])
22602259
22612260
By default, split and rsplit will return an object of the same size
22622261
having lists containing the split elements.

0 commit comments

Comments
 (0)