diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-05 19:33:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-05 19:33:10 (GMT) |
commit | 2c0ef4d625b7773c0a1bd6547339550fd9683608 (patch) | |
tree | cae53f168909f42be0b6c9bf5b906cbffc7aa12a /Doc/info | |
parent | 55a7cf3ee7381935948bec017511f6d9fbcd1bc9 (diff) | |
download | cpython-2c0ef4d625b7773c0a1bd6547339550fd9683608.zip cpython-2c0ef4d625b7773c0a1bd6547339550fd9683608.tar.gz cpython-2c0ef4d625b7773c0a1bd6547339550fd9683608.tar.bz2 |
Corrected citation markup in first paragraph.
Diffstat (limited to 'Doc/info')
-rw-r--r-- | Doc/info/texipre.dat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/info/texipre.dat b/Doc/info/texipre.dat index eec2d66..10b26fd 100644 --- a/Doc/info/texipre.dat +++ b/Doc/info/texipre.dat @@ -10,9 +10,9 @@ This file 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. For an informal introduction to -the language, see the Python Tutorial. The Python Reference Manual -gives a more formal definition of the language. (These manuals are not -available in INFO or Texinfo format.) +the language, see the @cite{Python Tutorial}. +The @cite{Python Reference Manual} gives a more formal definition of the +language. (These manuals are not available in INFO or Texinfo format.) Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, The Netherlands. |