diff options
author | Fred Drake <fdrake@acm.org> | 2002-08-22 16:51:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-08-22 16:51:08 (GMT) |
commit | 13090e1025470c79def3f626f55971e519e9fd17 (patch) | |
tree | 4638a1586542ee7eab7fe6fd7f56e73736420f77 | |
parent | 5ec486b87aabf1195ba124dbc86c331b5cca6462 (diff) | |
download | cpython-13090e1025470c79def3f626f55971e519e9fd17.zip cpython-13090e1025470c79def3f626f55971e519e9fd17.tar.gz cpython-13090e1025470c79def3f626f55971e519e9fd17.tar.bz2 |
Give the section on PEP 263 a more meaningful title, so readers will
be able to locate this information without knowing the PEP number.
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 41cb2ee..a971791 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -282,7 +282,7 @@ and Tim Peters, with other fixes from the Python Labs crew.} %====================================================================== -\section{PEP 263: \label{section-encodings}} +\section{PEP 263: Source Code Encodings \label{section-encodings}} Python source files can now be declared as being in different character set encodings. Encodings are declared by including a |