summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsrisankethu <sanketh.uppalapati@research.iiit.ac.in>2016-02-29 18:07:01 +0530
committersrisankethu <sanketh.uppalapati@research.iiit.ac.in>2016-02-29 18:15:25 +0530
commitac17d10daed46943d6c270afc0734d9f525e9aeb (patch)
treea3d306d8fa2faefe84417299ab025acf5d50c0a0 /docs
parent2d34362f6722d7003efaf5e4611e857e5445b7b6 (diff)
downloadbabel-ac17d10daed46943d6c270afc0734d9f525e9aeb.tar.gz
docs/dates.rst: Correct line length
Fixes https://github.com/python-babel/babel/issues/356
Diffstat (limited to 'docs')
-rw-r--r--docs/dates.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/dates.rst b/docs/dates.rst
index f35ee15..48fd58f 100644
--- a/docs/dates.rst
+++ b/docs/dates.rst
@@ -85,8 +85,8 @@ inherited from C and POSIX. The patterns used in Babel are based on the
follows:
A date/time pattern is a string of characters, where specific strings of
- characters are replaced with date and time data from a calendar when formatting
- or used to generate data for a calendar when parsing. […]
+ characters are replaced with date and time data from a calendar when
+ formatting or used to generate data for a calendar when parsing. […]
Characters may be used multiple times. For example, if ``y`` is used for the
year, ``yy`` might produce "99", whereas ``yyyy`` produces "1999". For most
@@ -123,7 +123,8 @@ The syntax for custom datetime format patterns is described in detail in the
the `Locale Data Markup Language specification`_. The following table is just a
relatively brief overview.
- .. _`Locale Data Markup Language specification`: http://unicode.org/reports/tr35/#Date_Format_Patterns
+ .. _`Locale Data Markup Language specification`:
+ http://unicode.org/reports/tr35/#Date_Format_Patterns
Date Fields
-----------