mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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:
|
.. _tut-private:
|
||||||
|
|
||||||
Private Variables
|
Private Variables and Class-local References
|
||||||
=================
|
============================================
|
||||||
|
|
||||||
"Private" instance variables that cannot be accessed except from inside an
|
"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
|
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