diff options
author | Guido van Rossum <guido@python.org> | 1991-06-04 20:22:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1991-06-04 20:22:18 (GMT) |
commit | 4410c758a17fdd8fa525138220e4aa443654a090 (patch) | |
tree | edc01307ced650e387241c0d8f3d3779b9532741 /Doc/lib.tex | |
parent | 6f7b9598b50ba6ca041eb6e7354de9dbe3e1e307 (diff) | |
download | cpython-4410c758a17fdd8fa525138220e4aa443654a090.zip cpython-4410c758a17fdd8fa525138220e4aa443654a090.tar.gz cpython-4410c758a17fdd8fa525138220e4aa443654a090.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Doc/lib.tex')
-rw-r--r-- | Doc/lib.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib.tex b/Doc/lib.tex index c87b90b..10a6db5 100644 --- a/Doc/lib.tex +++ b/Doc/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. |