diff options
author | Raymond Hettinger <python@rcn.com> | 2012-04-23 21:26:35 -0700 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2012-04-23 21:26:35 -0700 |
commit | ce0e0c7671a57f26b1765ef35197f6bffc0459ae (patch) | |
tree | dd872adcc276955659edb2d86ee4ee59fb8e8051 | |
parent | 4c8d392bc1424a186fa8230e56200676c4f5e754 (diff) | |
download | cpython-git-ce0e0c7671a57f26b1765ef35197f6bffc0459ae.tar.gz |
Improve section heading for better discoverability.
-rw-r--r-- | Doc/tutorial/classes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |