diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-12 00:43:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-12 00:43:13 (GMT) |
commit | ee0fe0b7433a20ab52d033363179d966ef789aef (patch) | |
tree | a8213e9d9e582bfdb49b2999ec713d5fc18bc3c0 /Doc | |
parent | 40c397dd560b8394b1b97b30ab2c9946b2a32584 (diff) | |
download | cpython-ee0fe0b7433a20ab52d033363179d966ef789aef.zip cpython-ee0fe0b7433a20ab52d033363179d966ef789aef.tar.gz cpython-ee0fe0b7433a20ab52d033363179d966ef789aef.tar.bz2 |
Add missing "}".
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/mac/undoc.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/mac/undoc.tex b/Doc/mac/undoc.tex index d092158..0683289 100644 --- a/Doc/mac/undoc.tex +++ b/Doc/mac/undoc.tex @@ -85,7 +85,7 @@ available on your machine. dialogs and menus, without requiring special case code for when the script is run under MacPython, as a MacPython applet or under OSX Python. -\section{\module{Nav --- NavServices calls} +\section{\module{Nav} --- NavServices calls} \declaremodule{standard}{Nac} \platform{Mac} \modulesynopsis{Interface to Navigation Services} |