From aaa5bfffe8621f3fbc6f73b37a0256a5d95007cd Mon Sep 17 00:00:00 2001 From: saurabhiiit Date: Mon, 7 Mar 2016 00:04:07 +0530 Subject: [PATCH] docs/numbers.rst: Correct line length Fixes https://github.com/python-babel/babel/issues/363 --- docs/numbers.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/numbers.rst b/docs/numbers.rst index fb71adf1..fbba1f3e 100644 --- a/docs/numbers.rst +++ b/docs/numbers.rst @@ -46,7 +46,8 @@ Examples: The syntax for custom number format patterns is described in detail in the the specification. The following table is just a relatively brief overview. - .. _`Locale Data Markup Language specification`: http://unicode.org/reports/tr35/#Number_Format_Patterns + .. _`Locale Data Markup Language specification`: + http://unicode.org/reports/tr35/#Number_Format_Patterns +----------+-----------------------------------------------------------------+ | Symbol | Description | -- 2.47.2