Skip to content

Commit 5a26bc8

Browse files
authored
Fix the example with .. c:var:: (GH-534)
1 parent 8092ded commit 5a26bc8

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)