Skip to content

Commit 17cd67e

Browse files
authored
Update structures.rst
1 parent 4b31880 commit 17cd67e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Doc/c-api/structures.rst

+1-4
Original file line numberDiff line numberDiff line change
@@ -392,9 +392,6 @@ Accessing attributes of extension types
392392
struct member. Its fields are:
393393
394394
.. c:member:: const char* PyMethodDef.name
395-
396-
Name of the member.
397-
398395
.. c:member:: int PyMethodDef.type
399396
400397
The type of the member in the C struct.
@@ -409,7 +406,7 @@ Accessing attributes of extension types
409406
410407
.. c:member:: const char* PyMethodDef.doc
411408
412-
points to the contents of the docstring
409+
Points to the contents of the docstring.
413410
414411
415412
:c:member:`PyMethodDef.type` can be one of many ``T_`` macros corresponding to various C

0 commit comments

Comments
 (0)