[Python-checkins] cpython (merge 3.2 -> default): Merge minor doc change from 3.2

eric.araujo python-checkins at python.org
Sat Jun 11 20:01:48 CEST 2011


http://hg.python.org/cpython/rev/7b02717d5345
changeset:   70797:7b02717d5345
parent:      70796:0260e3260280
parent:      70795:9bfaa723a194
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Jun 11 19:56:28 2011 +0200
summary:
  Merge minor doc change from 3.2

files:
  Doc/tutorial/interpreter.rst |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Doc/tutorial/interpreter.rst b/Doc/tutorial/interpreter.rst
--- a/Doc/tutorial/interpreter.rst
+++ b/Doc/tutorial/interpreter.rst
@@ -169,6 +169,8 @@
 suppressed.
 
 
+.. _tut-source-encoding:
+
 Source Code Encoding
 --------------------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list