Kaydet (Commit) 722a8a95 authored tarafından Ezio Melotti's avatar Ezio Melotti

:stmt: -> :keyword:

üst 5129ed38
...@@ -283,7 +283,7 @@ definition with the same method name. ...@@ -283,7 +283,7 @@ definition with the same method name.
:cmacro:`T_OBJECT` returns ``None`` if the member is *NULL* and :cmacro:`T_OBJECT` returns ``None`` if the member is *NULL* and
:cmacro:`T_OBJECT_EX` raises an :exc:`AttributeError`. Try to use :cmacro:`T_OBJECT_EX` raises an :exc:`AttributeError`. Try to use
:cmacro:`T_OBJECT_EX` over :cmacro:`T_OBJECT` because :cmacro:`T_OBJECT_EX` :cmacro:`T_OBJECT_EX` over :cmacro:`T_OBJECT` because :cmacro:`T_OBJECT_EX`
handles use of the :stmt:`del` statement on that attribute more correctly handles use of the :keyword:`del` statement on that attribute more correctly
than :cmacro:`T_OBJECT`. than :cmacro:`T_OBJECT`.
:attr:`flags` can be 0 for write and read access or :cmacro:`READONLY` for :attr:`flags` can be 0 for write and read access or :cmacro:`READONLY` for
......
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