summaryrefslogtreecommitdiffstats
path: root/Doc/mac
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-11-25 20:07:35 (GMT)
committerFred Drake <fdrake@acm.org>1998-11-25 20:07:35 (GMT)
commit72554e476f495d4c1c9a704acb87a9442b7678ad (patch)
tree95b2b9055681ec1288a601f9773f2d1dae171154 /Doc/mac
parentb6d45c6ad133193d017df942c6556923fbf66103 (diff)
downloadcpython-72554e476f495d4c1c9a704acb87a9442b7678ad.zip
cpython-72554e476f495d4c1c9a704acb87a9442b7678ad.tar.gz
cpython-72554e476f495d4c1c9a704acb87a9442b7678ad.tar.bz2
Remove bogus \@.
Diffstat (limited to 'Doc/mac')
-rw-r--r--Doc/mac/libmacfs.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex
index 3a0f6ec..e7aa66c 100644
--- a/Doc/mac/libmacfs.tex
+++ b/Doc/mac/libmacfs.tex
@@ -3,8 +3,8 @@
and the Standard File package.}
\declaremodule{builtin}{macfs}
-\modulesynopsis{Support for FSSpec, the Alias Manager, \program{finder} aliases,
-and the Standard File package.}
+\modulesynopsis{Support for FSSpec, the Alias Manager,
+ \program{finder} aliases, and the Standard File package.}
@@ -18,7 +18,7 @@ Whenever a function or method expects a \var{file} argument, this
argument can be one of three things:\ (1) a full or partial Macintosh
pathname, (2) an \pytype{FSSpec} object or (3) a 3-tuple \code{(\var{wdRefNum},
\var{parID}, \var{name})} as described in \emph{Inside
-Macintosh:\ Files}\@. A description of aliases and the Standard File
+Macintosh:\ Files}. A description of aliases and the Standard File
package can also be found there.
\begin{funcdesc}{FSSpec}{file}