summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@wiggy.net>2014-04-08 21:04:57 +0200
committerWichert Akkerman <wichert@wiggy.net>2014-04-08 21:04:57 +0200
commitd3a70e5e656eea3f527b56e9f03b6f754731dc4a (patch)
tree1c403957dc4d78ef17b168b65ca4a7180d3ac912 /docs
parentcfaec8b63b271e141789244ad276d3045e00a2a8 (diff)
downloadpyramid-d3a70e5e656eea3f527b56e9f03b6f754731dc4a.tar.gz
pyramid-d3a70e5e656eea3f527b56e9f03b6f754731dc4a.tar.bz2
pyramid-d3a70e5e656eea3f527b56e9f03b6f754731dc4a.zip
Fix $VENT typo
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 122f33130..50e5a6817 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -325,7 +325,7 @@ application. You run a ``pot-create`` command to extract the messages:
$ cd /place/where/myapplication/setup.py/lives
$ mkdir -p myapplication/locale
- $ $VENT/bin/pot-create src > myapplication/locale/myapplication.pot
+ $ $VENV/bin/pot-create src > myapplication/locale/myapplication.pot
The message catalog ``.pot`` template will end up in: