diff options
-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 |