Commit c1107f6c authored by Fred Drake's avatar Fred Drake

Remove bogus \@.

parent f99cda50
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
and the Standard File package.} and the Standard File package.}
\declaremodule{builtin}{macfs} \declaremodule{builtin}{macfs}
\modulesynopsis{Support for FSSpec, the Alias Manager, \program{finder} aliases, \modulesynopsis{Support for FSSpec, the Alias Manager,
and the Standard File package.} \program{finder} aliases, and the Standard File package.}
...@@ -18,7 +18,7 @@ Whenever a function or method expects a \var{file} argument, this ...@@ -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 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}, pathname, (2) an \pytype{FSSpec} object or (3) a 3-tuple \code{(\var{wdRefNum},
\var{parID}, \var{name})} as described in \emph{Inside \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. package can also be found there.
\begin{funcdesc}{FSSpec}{file} \begin{funcdesc}{FSSpec}{file}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment