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 07be487 commit 6faffb8Copy full SHA for 6faffb8
Doc/library/string.rst
@@ -316,7 +316,7 @@ A general convention is that an empty format specification produces
316
the same result as if you had called :func:`str` on the value. A
317
non-empty format specification typically modifies the result.
318
319
-The general form of a *standard format specifier* is:
+The general form of a *standard format specifier* is:
320
321
.. productionlist:: format-spec
322
format_spec: [`options`][`width`][`grouping`]["." `precision`][`type`]
0 commit comments