We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1847ea commit d004997Copy full SHA for d004997
Python/bltinmodule.c
@@ -374,7 +374,9 @@ PyDoc_STRVAR(format_doc,
374
"format(value[, format_spec]) -> string\n\
375
\n\
376
Returns value.__format__(format_spec)\n\
377
-format_spec defaults to \"\"");
+format_spec defaults to the empty string.\n\
378
+See the Format Specification Mini-Language section of help('FORMATTING') for\n\
379
+details.");
380
381
static PyObject *
382
builtin_chr(PyObject *self, PyObject *args)
0 commit comments