diff options
Diffstat (limited to 'Doc/lib/libshlex.tex')
-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 f1eea3a..85cbbcd 100644 --- a/Doc/lib/libshlex.tex +++ b/Doc/lib/libshlex.tex @@ -21,7 +21,7 @@ read characters from. It must be a file- or stream-like object with input will be taken from \code{sys.stdin}. The second optional argument is a filename string, which sets the initial value of the \member{infile} member. If the stream argument is omitted or -equal to \code{sys.stdin}, this second argument defauilts to ``stdin''. +equal to \code{sys.stdin}, this second argument defaults to ``stdin''. \end{classdesc} |