Skip to content

Commit

Permalink
Merge pull request #359 from srisankethu/master
Browse files Browse the repository at this point in the history
docs/dates.rst: Correct line length
  • Loading branch information
akx committed Feb 29, 2016
2 parents 2d34362 + ac17d10 commit e1ce012
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/dates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
-----------
Expand Down

0 comments on commit e1ce012

Please sign in to comment.