diff options
author | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 (GMT) |
commit | 470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9 (patch) | |
tree | 4fd0b8eda81e63366598e55362ceac85adafccb4 /Doc/libmacdnr.tex | |
parent | 7760cdea81166b7741561043c58dae171811fb2f (diff) | |
download | cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.zip cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.gz cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.bz2 |
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
Diffstat (limited to 'Doc/libmacdnr.tex')
-rw-r--r-- | Doc/libmacdnr.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/libmacdnr.tex b/Doc/libmacdnr.tex index ca75971..cd3625c 100644 --- a/Doc/libmacdnr.tex +++ b/Doc/libmacdnr.tex @@ -1,5 +1,5 @@ -\section{Built-in module \sectcode{macdnr}} +\section{Built-in Module \sectcode{macdnr}} \bimodindex{macdnr} This module provides an interface to the Macintosh Domain Name @@ -75,6 +75,8 @@ Wait for the query to complete. Return 1 if the query is complete. \end{funcdesc} +\renewcommand{\indexsubitem}{(dnr result object attribute)} + \begin{datadesc}{rtnCode} The error code returned by the query. \end{datadesc} |