File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments