Commit b20ada08 authored by Georg Brandl's avatar Georg Brandl

Fix punctuation.

parent 936efc79
...@@ -537,7 +537,7 @@ Private Variables ...@@ -537,7 +537,7 @@ Private Variables
================= =================
"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
by most Python code: a name prefixed with an underscore (e.g. ``_spam``) should 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 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 or a data member). It should be considered an implementation detail and subject
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment