File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -547,8 +547,8 @@ \subsubsection{String Methods \label{string-methods}}
547547\end {methoddesc }
548548
549549\begin {methoddesc }[string]{endswith}{suffix\optional {, start\optional {, end}}}
550- Return true if the string ends with the specified \var {suffix},
551- otherwise return false . With optional \var {start}, test beginning at
550+ Return \code {True} if the string ends with the specified \var {suffix},
551+ otherwise return \code {False} . With optional \var {start}, test beginning at
552552that position. With optional \var {end}, stop comparing at that position.
553553\end {methoddesc }
554554
@@ -678,8 +678,8 @@ \subsubsection{String Methods \label{string-methods}}
678678
679679\begin {methoddesc }[string]{startswith}{prefix\optional {,
680680 start\optional {, end}}}
681- Return true if string starts with the \var {prefix}, otherwise
682- return false . With optional \var {start}, test string beginning at
681+ Return \code {True} if string starts with the \var {prefix}, otherwise
682+ return \code {False} . With optional \var {start}, test string beginning at
683683that position. With optional \var {end}, stop comparing string at that
684684position.
685685\end {methoddesc }
You can’t perform that action at this time.
0 commit comments