summaryrefslogtreecommitdiff
path: root/Modules/clinic
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-04-13 18:22:35 -0500
committerZachary Ware <zachary.ware@gmail.com>2015-04-13 18:22:35 -0500
commit605ad6a026d02b5101c2d746d31e17ad52f902b1 (patch)
tree991ce47abee5f5e6977e220eeb7d9568311f0d77 /Modules/clinic
parente43bbe2166fa92c5a574a4cbfe70423291816733 (diff)
downloadcpython-605ad6a026d02b5101c2d746d31e17ad52f902b1.tar.gz
Issue #20586: Argument Clinic now ensures signatures on functions without docstrings.
Diffstat (limited to 'Modules/clinic')
-rw-r--r--Modules/clinic/pyexpat.c.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/clinic/pyexpat.c.h b/Modules/clinic/pyexpat.c.h
index d4a3a4b8ce..707cc0c8c3 100644
--- a/Modules/clinic/pyexpat.c.h
+++ b/Modules/clinic/pyexpat.c.h
@@ -209,7 +209,8 @@ exit:
PyDoc_STRVAR(pyexpat_xmlparser___dir____doc__,
"__dir__($self, /)\n"
-"--");
+"--\n"
+"\n");
#define PYEXPAT_XMLPARSER___DIR___METHODDEF \
{"__dir__", (PyCFunction)pyexpat_xmlparser___dir__, METH_NOARGS, pyexpat_xmlparser___dir____doc__},
@@ -286,4 +287,4 @@ exit:
#ifndef PYEXPAT_XMLPARSER_USEFOREIGNDTD_METHODDEF
#define PYEXPAT_XMLPARSER_USEFOREIGNDTD_METHODDEF
#endif /* !defined(PYEXPAT_XMLPARSER_USEFOREIGNDTD_METHODDEF) */
-/*[clinic end generated code: output=9715b916f2d618fa input=a9049054013a1b77]*/
+/*[clinic end generated code: output=e5993de4e9dd2236 input=a9049054013a1b77]*/