Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3808ce7

Browse files
committed
Merged revisions 77273 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r77273 | ezio.melotti | 2010-01-03 11:11:59 +0200 (Sun, 03 Jan 2010) | 9 lines Merged revisions 77271 via svnmerge from svn+ssh://[email protected]/python/trunk ........ r77271 | ezio.melotti | 2010-01-03 11:09:55 +0200 (Sun, 03 Jan 2010) | 1 line :stmt: -> :keyword: ........ ................
1 parent de2cef5 commit 3808ce7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/structures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ definition with the same method name.
275275
:cmacro:`T_OBJECT` returns ``None`` if the member is *NULL* and
276276
:cmacro:`T_OBJECT_EX` raises an :exc:`AttributeError`. Try to use
277277
:cmacro:`T_OBJECT_EX` over :cmacro:`T_OBJECT` because :cmacro:`T_OBJECT_EX`
278-
handles use of the :stmt:`del` statement on that attribute more correctly
278+
handles use of the :keyword:`del` statement on that attribute more correctly
279279
than :cmacro:`T_OBJECT`.
280280

281281
:attr:`flags` can be 0 for write and read access or :cmacro:`READONLY` for

0 commit comments

Comments
 (0)