summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/lib.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index c87b90b..10a6db5 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -1,7 +1,7 @@
% Format this file with latex.
-%\documentstyle[garamond,11pt,myformat]{article}
-\documentstyle[11pt,myformat]{article}
+%\documentstyle[11pt,myformat]{article}
+\documentstyle[palatino,11pt,myformat]{article}
% A command to force the text after an item to start on a new line
\newcommand{\itembreak}{
@@ -41,8 +41,8 @@
\noindent
This document describes the built-in types, exceptions and functions and
-the standard modules that come with the {\Python} system.
-It assumes basic knowledge about the {\Python} language.
+the standard modules that come with the Python system.
+It assumes basic knowledge about the Python language.
For an informal introduction to the language, see the Tutorial document.
The Language Reference document (XXX not yet existing)
gives a more formal definition of the language.