mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove bogus \@.
This commit is contained in:
parent
b6d45c6ad1
commit
72554e476f
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue