From 80f5cbb9e56054cfd69c61ccf497fd7d46af40c4 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 9 Oct 2014 07:57:03 -0700 Subject: [PATCH] Add missing quote --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index e87f2500..17d94f22 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -202,7 +202,7 @@ The general form of a *standard format specifier* is: sign: "+" | "-" | " " width: `integer` precision: `integer` | "{" `arg_index` "}" - type: `int_type` | "c" | "e" | "E" | "f" | "F" | "g" | "G" | "p" | s" + type: `int_type` | "c" | "e" | "E" | "f" | "F" | "g" | "G" | "p" | "s" int_type: "b" | "B" | "d" | "o" | "x" | "X" The *fill* character can be any character other than '{' or '}'. The presence