summaryrefslogtreecommitdiffstats
path: root/Doc/qua.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/qua.tex')
-rw-r--r--Doc/qua.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/qua.tex b/Doc/qua.tex
index a56905c..88f5778 100644
--- a/Doc/qua.tex
+++ b/Doc/qua.tex
@@ -7,7 +7,7 @@ Interactively Testing Remote Servers Using the Python Programming Language
\author{
Guido van Rossum \\
- Dept. CST, CWI, P.O. Box 94079 \\
+ Dept. AA, CWI, P.O. Box 94079 \\
1090 GB Amsterdam, The Netherlands \\
E-mail: {\tt guido@cwi.nl}
\and
@@ -197,7 +197,7 @@ The second statement calls the method {\tt sort} of the variable {\tt
names}. This method is defined for all lists in Python and does the
obvious thing: the elements of the list are reordered according to
their natural ordering relationship. Since in our example the list
-contains strings, they are sorted in ascending ASCII order.
+contains strings, they are sorted in ascending \ASCII{} order.
The last two lines of the function contain a loop that prints all
elements of the list whose first character isn't a period. In each