]> granicus.if.org Git - python/commitdiff
Remove bogus \@.
authorFred Drake <fdrake@acm.org>
Wed, 25 Nov 1998 20:07:35 +0000 (20:07 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Nov 1998 20:07:35 +0000 (20:07 +0000)
Doc/mac/libmacfs.tex

index 3a0f6ec04992ad69de62901c8b084347b64e8602..e7aa66c67d02496f06faf29ddb0df05b8144196c 100644 (file)
@@ -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}