From: Raymond Hettinger Date: Tue, 24 Apr 2012 04:26:35 +0000 (-0700) Subject: Improve section heading for better discoverability. X-Git-Tag: v2.7.4rc1~890 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce0e0c7671a57f26b1765ef35197f6bffc0459ae;p=python Improve section heading for better discoverability. --- diff --git a/Doc/tutorial/classes.rst b/Doc/tutorial/classes.rst index 9f115b0f8f..95a3a832d6 100644 --- a/Doc/tutorial/classes.rst +++ b/Doc/tutorial/classes.rst @@ -534,8 +534,8 @@ http://www.python.org/download/releases/2.3/mro/. .. _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