Skip to content

Commit

Permalink
fix typo, use config-relative lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Jan 30, 2011
1 parent d463038 commit b70bdb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyramid/config.py
Expand Up @@ -2118,7 +2118,8 @@ def add_translation_dirs(self, *specs):
.. code-block:: python
add_translations_dirs('/usr/share/locale', 'some.package:locale')
config.add_translation_dirs('/usr/share/locale',
'some.package:locale')
"""
for spec in specs:
Expand Down

0 comments on commit b70bdb6

Please sign in to comment.