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

Skip to content

Commit b7c1895

Browse files
committed
Fix typo reported by Paul Clifford.
Note that there is no str.joinfields(), use str.join() instead.
1 parent 5c1ad84 commit b7c1895

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/lib/libstring.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,11 @@ \section{\module{string} ---
230230
\end{funcdesc}
231231

232232
\begin{funcdesc}{joinfields}{words\optional{, sep}}
233-
This function behaves identical to \function{join()}. (In the past,
233+
This function behaves identically to \function{join()}. (In the past,
234234
\function{join()} was only used with one argument, while
235235
\function{joinfields()} was only used with two arguments.)
236+
Note that there is no \method{joinfields()} method on string
237+
objects; use the \method{join()} method instead.
236238
\end{funcdesc}
237239

238240
\begin{funcdesc}{lstrip}{s\optional{, chars}}

0 commit comments

Comments
 (0)