Skip to content

Commit cc81c54

Browse files
Commit
1 parent 9420795 commit cc81c54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/c-api/intro.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@ complete listing.
233233

234234
.. versionadded:: 3.4
235235

236+
.. c:macro:: PyDoc_VAR(name)
237+
238+
Declares a static character array variable with the given name *name*.
239+
236240
.. c:macro:: PyDoc_STRVAR(name, str)
237241
238242
Creates a variable with name ``name`` that can be used in docstrings.

0 commit comments

Comments
 (0)