mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Improve section heading for better discoverability.
This commit is contained in:
parent
4c8d392bc1
commit
ce0e0c7671
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue