]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Docs: minor fixes 190/head
authorJulen Ruiz Aizpuru <julenx@gmail.com>
Tue, 27 May 2014 08:40:39 +0000 (10:40 +0200)
committerJulen Ruiz Aizpuru <julenx@gmail.com>
Wed, 5 Aug 2015 17:59:41 +0000 (19:59 +0200)
docs/dates.rst
docs/locale.rst

index f03c21ace6f4a8dafffef6116fc806b6f602613e..818a3941bafbe04951732577fc673202f90032e4 100644 (file)
@@ -50,8 +50,8 @@ Core Time Concepts
 
 Working with dates and time can be a complicated thing.  Babel attempts to
 simplify working with them by making some decisions for you.  Python's
-datetime module knows to different ways to deal with times and dates:
-naive and timezone aware datetime objects.
+datetime module has different ways to deal with times and dates: naive and
+timezone-aware datetime objects.
 
 Babel generally recommends you to store all your time in naive datetime
 objects and treat them as UTC at all times.  This simplifies dealing with
index 5e9b2487c097423ca208b9de752b619fa9cb8a2b..cf4f6d5c53f7189d0a2db508599de18d6b7345de 100644 (file)
@@ -80,9 +80,9 @@ Locale Display Names
 ====================
 
 Locales itself can be used to describe the locale itself or other locales.
-This mainly means that given a locale object you can ask it for it's
+This mainly means that given a locale object you can ask it for its
 canonical display name, the name of the language and other things.  Since
-the locales cross reference each other you can ask for locale names in any
+the locales cross-reference each other you can ask for locale names in any
 language supported by the CLDR:
 
 .. code-block:: pycon
@@ -113,7 +113,7 @@ Calendar Display Names
 ======================
 
 The :class:`~babel.core.Locale` class provides access to many locale
-display names related to calendar display, such as the names of week days
+display names related to calendar display, such as the names of weekdays
 or months.
 
 These display names are of course used for date formatting, but can also be