Improve section heading for better discoverability.

This commit is contained in:
Raymond Hettinger 2012-04-23 21:26:35 -07:00
parent 4c8d392bc1
commit ce0e0c7671
1 changed files with 2 additions and 2 deletions

View File

@ -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