summaryrefslogtreecommitdiff
path: root/docs/dev.rst
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/dev.rst
parentd277c12319ceeb6066898fca64a0381ca5f5a40c (diff)
downloadbabel-746779a546bab895ef3205dc5c0b1d90444168ed.tar.gz
Fix typos
Diffstat (limited to 'docs/dev.rst')
-rw-r--r--docs/dev.rst4
1 files changed, 2 insertions, 2 deletions
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.