summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-04-01 22:47:31 (GMT)
committerGeorg Brandl <georg@python.org>2007-04-01 22:47:31 (GMT)
commit30d6c0469678420857affb3ee1a1c98d1f4fd102 (patch)
tree0b678993731b5b789ffff06f2989a05c8fcbf59f /Doc
parent6ec04ffc5d08004e5e8b258189858538547c20d7 (diff)
downloadcpython-30d6c0469678420857affb3ee1a1c98d1f4fd102.zip
cpython-30d6c0469678420857affb3ee1a1c98d1f4fd102.tar.gz
cpython-30d6c0469678420857affb3ee1a1c98d1f4fd102.tar.bz2
Some semantic fixes.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/compiler.tex3
-rw-r--r--Doc/lib/email.tex2
-rw-r--r--Doc/lib/libwinreg.tex2
3 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/compiler.tex b/Doc/lib/compiler.tex
index f0926e7..d4f4124 100644
--- a/Doc/lib/compiler.tex
+++ b/Doc/lib/compiler.tex
@@ -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
diff --git a/Doc/lib/email.tex b/Doc/lib/email.tex
index ea12705..0f49f8a 100644
--- a/Doc/lib/email.tex
+++ b/Doc/lib/email.tex
@@ -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
diff --git a/Doc/lib/libwinreg.tex b/Doc/lib/libwinreg.tex
index 365fd32..4dae883 100644
--- a/Doc/lib/libwinreg.tex
+++ b/Doc/lib/libwinreg.tex
@@ -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}