From 38b86b4cf555e7054fb0c51cdbb1b76fed0ccf7c Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 12 May 2012 23:29:32 +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 1f8e2304f01..fc0bd2449b1 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -292,7 +292,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`