diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libshlex.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libshlex.tex b/Doc/lib/libshlex.tex index a79e954..9ebe16b 100644 --- a/Doc/lib/libshlex.tex +++ b/Doc/lib/libshlex.tex @@ -177,7 +177,7 @@ includes just \character{"} by default. \end{memberdesc} \begin{memberdesc}{whitespace_split} -If true, tokens will only be split in whitespaces. This is useful, for +If \code{True}, tokens will only be split in whitespaces. This is useful, for example, for parsing command lines with \class{shlex}, getting tokens in a similar way to shell arguments. \versionadded{2.3} |