summaryrefslogtreecommitdiffstats
path: root/Modules/clinic
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-02-05 20:58:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-02-05 20:58:46 (GMT)
commit97353845f87e0a260a119240f27f2ab22fcaebd1 (patch)
treea8fc240f893886d52cf24c30c25c18b8702ba356 /Modules/clinic
parent8c67fdd24b232d96fc9fd4ba73c165f02ef67cff (diff)
downloadcpython-97353845f87e0a260a119240f27f2ab22fcaebd1.zip
cpython-97353845f87e0a260a119240f27f2ab22fcaebd1.tar.gz
cpython-97353845f87e0a260a119240f27f2ab22fcaebd1.tar.bz2
Issue #20186: Regenerated Argument Clinic.
Diffstat (limited to 'Modules/clinic')
-rw-r--r--Modules/clinic/_tracemalloc.c.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/clinic/_tracemalloc.c.h b/Modules/clinic/_tracemalloc.c.h
index 6592dad..2950051 100644
--- a/Modules/clinic/_tracemalloc.c.h
+++ b/Modules/clinic/_tracemalloc.c.h
@@ -6,7 +6,7 @@ PyDoc_STRVAR(_tracemalloc_is_tracing__doc__,
"is_tracing($module, /)\n"
"--\n"
"\n"
-"True if the tracemalloc module is tracing Python memory allocations, False otherwise.");
+"Return True if the tracemalloc module is tracing Python memory allocations.");
#define _TRACEMALLOC_IS_TRACING_METHODDEF \
{"is_tracing", (PyCFunction)_tracemalloc_is_tracing, METH_NOARGS, _tracemalloc_is_tracing__doc__},
@@ -189,4 +189,4 @@ _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored))
{
return _tracemalloc_get_traced_memory_impl(module);
}
-/*[clinic end generated code: output=1e059f24619e23f9 input=a9049054013a1b77]*/
+/*[clinic end generated code: output=159ce5d627964f09 input=a9049054013a1b77]*/