diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-17 06:33:25 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-17 06:33:25 (GMT) |
commit | cce1090d49ba91cdc06c60d8a2af04d057abe7dc (patch) | |
tree | 8b866b9986508cfb7cec89ab4fb5e1c269756b8f /Doc/libamoeba.tex | |
parent | c9a4438c16c66af5b196adf172fd3416ac4ec9d3 (diff) | |
download | cpython-cce1090d49ba91cdc06c60d8a2af04d057abe7dc.zip cpython-cce1090d49ba91cdc06c60d8a2af04d057abe7dc.tar.gz cpython-cce1090d49ba91cdc06c60d8a2af04d057abe7dc.tar.bz2 |
Change "\," to just "," in function signatures. This is easier to maintain,
works better with LaTeX2HTML, and allows some simplification of the python.sty
macros.
Diffstat (limited to 'Doc/libamoeba.tex')
-rw-r--r-- | Doc/libamoeba.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libamoeba.tex b/Doc/libamoeba.tex index d471f35..3e64257 100644 --- a/Doc/libamoeba.tex +++ b/Doc/libamoeba.tex @@ -12,7 +12,7 @@ the exception \code{amoeba.error = 'amoeba.error'}. The module \code{amoeba} defines the following items: \setindexsubitem{(in module amoeba)} -\begin{funcdesc}{name_append}{path\, cap} +\begin{funcdesc}{name_append}{path, cap} Stores a capability in the Amoeba directory tree. Arguments are the pathname (a string) and the capability (a capability object as returned by @@ -32,7 +32,7 @@ Returns a object, to which various interesting operations apply, described below. \end{funcdesc} -\begin{funcdesc}{name_replace}{path\, cap} +\begin{funcdesc}{name_replace}{path, cap} Replaces a capability in the Amoeba directory tree. Arguments are the pathname and the new capability. (This differs from @@ -91,7 +91,7 @@ The following methods are defined for capability objects. Returns a list of the names of the entries in an Amoeba directory. \end{funcdesc} -\begin{funcdesc}{b_read}{offset\, maxsize} +\begin{funcdesc}{b_read}{offset, maxsize} Reads (at most) \var{maxsize} bytes from a bullet file at offset |