summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Naberezny <mike@maintainable.com>2010-04-30 07:45:20 +0000
committerMike Naberezny <mike@maintainable.com>2010-04-30 07:45:20 +0000
commitc54448041ecb229d66289c9fbb11c43d0a0ac9a8 (patch)
tree57fade0e912ff4fc2eb4658d064799c809f912a6 /docs
parent15a6d9c2bb145a2f67cb6213f89e6e9c899a719b (diff)
downloadpyramid-c54448041ecb229d66289c9fbb11c43d0a0ac9a8.tar.gz
pyramid-c54448041ecb229d66289c9fbb11c43d0a0ac9a8.tar.bz2
pyramid-c54448041ecb229d66289c9fbb11c43d0a0ac9a8.zip
Fixed grammar.
Diffstat (limited to 'docs')
-rw-r--r--docs/narr/i18n.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index 26d162862..ddd406332 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -294,7 +294,7 @@ install Babel like so:
Changing the ``setup.py``
+++++++++++++++++++++++++
-You need a to add a few boilerplate lines to your application's
+You need to add a few boilerplate lines to your application's
``setup.py`` file in order to properly generate :term:`gettext` files
from your application.