提交 c8facfbd 编写于 作者: 写代码的明哥's avatar 写代码的明哥

typo

上级 ca762a93
......@@ -92,7 +92,7 @@ AttributeError: 'Demo' object has no attribute '__baz'
```python
>>> demo._Demo__baz
23
33
```
总结可得,使用双下划线开头的属性变量,就是一个私有变量。
......
......@@ -102,7 +102,7 @@ AttributeError,属性不存在。
.. code:: python
>>> demo._Demo__baz
23
33
总结可得,使用双下划线开头的属性变量,就是一个私有变量。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册