]> granicus.if.org Git - python/commitdiff
Some semantic fixes.
authorGeorg Brandl <georg@python.org>
Sun, 1 Apr 2007 22:47:31 +0000 (22:47 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 1 Apr 2007 22:47:31 +0000 (22:47 +0000)
Doc/lib/compiler.tex
Doc/lib/email.tex
Doc/lib/libwinreg.tex

index f0926e70017677fc67487cdcd44807a3a72fcc4c..d4f4124ef744f880dcce322ac80611c23d7b565b 100644 (file)
@@ -103,8 +103,7 @@ Python.  In the abstract syntax tree, each node represents a syntactic
 construct.  The root of the tree is \class{Module} object.
 
 The abstract syntax offers a higher level interface to parsed Python
-source code.  The \ulink{\module{parser}}
-{http://www.python.org/doc/current/lib/module-parser.html}
+source code.  The \refmodule{parser}
 module and the compiler written in C for the Python interpreter use a
 concrete syntax tree.  The concrete syntax is tied closely to the
 grammar description used for the Python parser.  Instead of a single
index ea12705d4ab70f8e4c13beda5bc360bd7b0619e5..0f49f8a2fab5a15d04cf7ea934959d16c9260086 100644 (file)
@@ -239,7 +239,7 @@ Here are the differences between \module{email} version 2 and version 1:
 
 The \module{email} package was originally prototyped as a separate
 library called
-\ulink{\module{mimelib}}{http://mimelib.sf.net/}.
+\ulink{\texttt{mimelib}}{http://mimelib.sf.net/}.
 Changes have been made so that
 method names are more consistent, and some methods or modules have
 either been added or removed.  The semantics of some of the methods
index 365fd326cb70ab0f4a6729622d5f51bb6f6ae508..4dae883ba09370da35dcfd62d4d898a61d2214d7 100644 (file)
@@ -151,7 +151,7 @@ This module offers the following functions:
  An application should only call \function{FlushKey()} if it requires absolute 
  certainty that registry changes are on disk.
  
- \emph{If you don't know whether a \function{FlushKey()} call is required, it 
+ \note{If you don't know whether a \function{FlushKey()} call is required, it 
  probably isn't.}
  
 \end{funcdesc}