Skip to content

Commit c2b35da

Browse files
Move
1 parent cc81c54 commit c2b35da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/c-api/intro.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -233,13 +233,9 @@ 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-
240236
.. c:macro:: PyDoc_STRVAR(name, str)
241237
242-
Creates a variable with name ``name`` that can be used in docstrings.
238+
Creates a variable with name *name* that can be used in docstrings.
243239
If Python is built without docstrings, the value will be empty.
244240

245241
Use :c:macro:`PyDoc_STRVAR` for docstrings to support building
@@ -271,6 +267,10 @@ complete listing.
271267
{NULL, NULL}
272268
};
273269

270+
.. c:macro:: PyDoc_VAR(name)
271+
272+
Declares a static character array variable with the given name *name*.
273+
274274

275275
.. _api-objects:
276276

0 commit comments

Comments
 (0)