]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
docs/dates.rst: Correct line length 359/head
authorsrisankethu <sanketh.uppalapati@research.iiit.ac.in>
Mon, 29 Feb 2016 12:37:01 +0000 (18:07 +0530)
committersrisankethu <sanketh.uppalapati@research.iiit.ac.in>
Mon, 29 Feb 2016 12:45:25 +0000 (18:15 +0530)
Fixes https://github.com/python-babel/babel/issues/356

docs/dates.rst

index f35ee15f7be619c3df91e154937efe862ade9ae3..48fd58fd538f01969e2dc2859899ff2fb6c51c1a 100644 (file)
@@ -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
 -----------