diff options
Diffstat (limited to 'Doc/libtemplate.tex')
-rw-r--r-- | Doc/libtemplate.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libtemplate.tex b/Doc/libtemplate.tex index db0793458a..3fb4f51714 100644 --- a/Doc/libtemplate.tex +++ b/Doc/libtemplate.tex @@ -61,7 +61,7 @@ The \module{spam} module defines the following functions: % least once in the description; each usage (even inside \code{...}) % should be enclosed in \var{...}. -\begin{funcdesc}{open}{filename\optional{\, mode\, buffersize}} +\begin{funcdesc}{open}{filename\optional{, mode, buffersize}} Open the file \var{filename} as a can of Spam. The optional \var{mode} and \var{buffersize} arguments specify the read-write mode (\code{'r'} (default) or \code{'w'}) and the buffer size (default: |