Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c1ad84 commit b7c1895Copy full SHA for b7c1895
1 file changed
Doc/lib/libstring.tex
@@ -230,9 +230,11 @@ \section{\module{string} ---
230
\end{funcdesc}
231
232
\begin{funcdesc}{joinfields}{words\optional{, sep}}
233
- This function behaves identical to \function{join()}. (In the past,
+ This function behaves identically to \function{join()}. (In the past,
234
\function{join()} was only used with one argument, while
235
\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.
238
239
240
\begin{funcdesc}{lstrip}{s\optional{, chars}}
0 commit comments