Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e55bec2

Browse files
committed
Better note that str.zfill() was added in 2.2.2 as well. ;-(
1 parent 9171801 commit e55bec2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/lib/libstdtypes.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,6 +723,7 @@ \subsubsection{String Methods \label{string-methods}}
723723
Return the numeric string left filled with zeros in a string
724724
of length \var{width}. The original string is returned if
725725
\var{width} is less than \code{len(\var{s})}.
726+
\versionadded{2.2.2}
726727
\end{methoddesc}
727728

728729

0 commit comments

Comments
 (0)