mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
*** empty log message ***
This commit is contained in:
parent
6f7b9598b5
commit
4410c758a1
5 changed files with 164 additions and 135 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue