File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ definition with the same method name.
265265 +==================+=============+===============================+
266266 | :attr: `name ` | char \* | name of the member |
267267 +------------------+-------------+-------------------------------+
268- | :attr: `type ` | int | the type of the member in the |
268+ | :attr: `! type ` | int | the type of the member in the |
269269 | | | C struct |
270270 +------------------+-------------+-------------------------------+
271271 | :attr: `offset ` | Py_ssize_t | the offset in bytes that the |
@@ -280,7 +280,7 @@ definition with the same method name.
280280 | | | docstring |
281281 +------------------+-------------+-------------------------------+
282282
283- :attr: `type ` can be one of many ``T_ `` macros corresponding to various C
283+ :attr: `! type ` can be one of many ``T_ `` macros corresponding to various C
284284 types. When the member is accessed in Python, it will be converted to the
285285 equivalent Python type.
286286
You can’t perform that action at this time.
0 commit comments