[Python-checkins] cpython (2.7): Improve section heading for better discoverability.

raymond.hettinger python-checkins at python.org
Tue Apr 24 06:27:07 CEST 2012


http://hg.python.org/cpython/rev/15cb8d80ecc8
changeset:   76514:15cb8d80ecc8
branch:      2.7
user:        Raymond Hettinger <python at rcn.com>
date:        Mon Apr 23 21:26:35 2012 -0700
summary:
  Improve section heading for better discoverability.

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


diff --git a/Doc/tutorial/classes.rst b/Doc/tutorial/classes.rst
--- a/Doc/tutorial/classes.rst
+++ b/Doc/tutorial/classes.rst
@@ -534,8 +534,8 @@
 
 .. _tut-private:
 
-Private Variables
-=================
+Private Variables and Class-local References
+============================================
 
 "Private" instance variables that cannot be accessed except from inside an
 object don't exist in Python.  However, there is a convention that is followed

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


More information about the Python-checkins mailing list