8000 Fix the example with .. c:var:: (GH-534) · python/devguide@13a0105 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13a0105

Browse files
authored
Fix the example with .. c:var:: (GH-534)
1 parent 573f356 commit 13a0105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documenting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ The directives are:
672672
Describes a global C variable. The signature should include the type, such
673673
as::
674674

675-
.. cvar:: PyObject* PyClass_Type
675+
.. c:var:: PyObject* PyClass_Type
676676

677677
.. describe:: data
678678

0 commit comments

Comments
 (0)
0