From 334be84540bb1c0493cdb6c51de5580b66333bdc Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 12 May 2012 23:29:06 +0200 Subject: [PATCH] correctly define what 'fill' could be; thanks to Leland Hulbert from docs@ --- Doc/library/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 77f1e8e982..ee6dbbc656 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -322,7 +322,7 @@ The general form of a *standard format specifier* is: .. productionlist:: sf format_spec: [[`fill`]`align`][`sign`][#][0][`width`][,][.`precision`][`type`] - fill: + fill: align: "<" | ">" | "=" | "^" sign: "+" | "-" | " " width: `integer` -- 2.50.0