From 8abc15f85ed9b57e27162424f71a73aa823a143f Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 4 Mar 2015 14:04:10 -0800 Subject: [PATCH] Fix a reference --- doc/syntax.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax.rst b/doc/syntax.rst index f6f43afb..5171aa2a 100644 --- a/doc/syntax.rst +++ b/doc/syntax.rst @@ -60,7 +60,7 @@ Format Specification Mini-Language "Format specifications" are used within replacement fields contained within a format string to define how individual values are presented (see -:ref:`formatstrings`). Each formattable type may define how the format +:ref:`syntax`). Each formattable type may define how the format specification is to be interpreted. Most built-in types implement the following options for format specifications,