summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-08-20 19:02:14 +0200
committerJakub Wilk <jwilk@jwilk.net>2016-08-20 19:02:14 +0200
commit746779a546bab895ef3205dc5c0b1d90444168ed (patch)
tree1455ee1048c8d03d2440ac2b434474f595c7c2b9 /docs
parentd277c12319ceeb6066898fca64a0381ca5f5a40c (diff)
downloadbabel-746779a546bab895ef3205dc5c0b1d90444168ed.tar.gz
Fix typos
Diffstat (limited to 'docs')
-rw-r--r--docs/api/dates.rst2
-rw-r--r--docs/dev.rst4
-rw-r--r--docs/messages.rst2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/dates.rst b/docs/api/dates.rst
index 67ada41..0fa9f1f 100644
--- a/docs/api/dates.rst
+++ b/docs/api/dates.rst
@@ -4,7 +4,7 @@ Date and Time
.. module:: babel.dates
The date and time functionality provided by Babel lets you format standard
-Python `datetime`, `date` and `time` objects and and work with timezones.
+Python `datetime`, `date` and `time` objects and work with timezones.
Date and Time Formatting
------------------------
diff --git a/docs/dev.rst b/docs/dev.rst
index b1fde57..afc8b12 100644
--- a/docs/dev.rst
+++ b/docs/dev.rst
@@ -2,7 +2,7 @@ Babel Development
=================
Babel as a library has a long history that goes back to the Trac project.
-Since then it has evolved into a independently developed project that
+Since then it has evolved into an independently developed project that
implements data access for the CLDR project.
This document tries to explain as best as possible the general rules of
@@ -39,7 +39,7 @@ While PyPy does not currently support 3.3, it does support traditional
unicode literals which simplifies the entire situation tremendously.
Documentation must build on Python 2, Python 3 support for the
-documentation is an optional goal. Code examples in the docs preferrably
+documentation is an optional goal. Code examples in the docs preferably
are written in a style that makes them work on both 2.x and 3.x with
preference to the former.
diff --git a/docs/messages.rst b/docs/messages.rst
index 7c02ccf..6814425 100644
--- a/docs/messages.rst
+++ b/docs/messages.rst
@@ -41,7 +41,7 @@ The general procedure for building message catalogs looks something like this:
code base and write them to a POT (PO Template) file.
* make a copy of the POT file for a specific locale (for example, "en_US")
and start translating the messages
- * use a tool such as ``msgfmt`` to compile the locale PO file into an binary
+ * use a tool such as ``msgfmt`` to compile the locale PO file into a binary
MO file
* later, when code changes make it necessary to update the translations, you
regenerate the POT file and merge the changes into the various