Skip to content

Commit 4d1f0af

Browse files
committed
fixing zfil docstrign as per PR pandas-dev#59597
1 parent 57092ff commit 4d1f0af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/strings/accessor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,8 +1828,7 @@ def zfill(self, width: int):
18281828
Returns
18291829
-------
18301830
Series/Index of objects.
1831-
A Series or Index where the strings are modified by prepending
1832-
'0' characters.
1831+
A Series or Index where the strings are prepended with '0' characters.
18331832
18341833
See Also
18351834
--------

0 commit comments

Comments
 (0)