mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Fix punctuation.
This commit is contained in:
parent
936efc791a
commit
b20ada08bd
1 changed files with 1 additions and 1 deletions
|
@ -537,7 +537,7 @@ Private Variables
|
|||
=================
|
||||
|
||||
"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
|
||||
by most Python code: a name prefixed with an underscore (e.g. ``_spam``) should
|
||||
be treated as a non-public part of the API (whether it is a function, a method
|
||||
or a data member). It should be considered an implementation detail and subject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue