diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-25 18:04:18 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-25 18:04:18 -0400 |
| commit | 9c3b2760688aca748f81529d0b055f799959ab4b (patch) | |
| tree | 50f62cca73776377412c6ab6760be0b668b9262c /docs/api/i18n.rst | |
| parent | c426c49cd433997aac10045052d77d9c749680b2 (diff) | |
| download | pyramid-9c3b2760688aca748f81529d0b055f799959ab4b.tar.gz pyramid-9c3b2760688aca748f81529d0b055f799959ab4b.tar.bz2 pyramid-9c3b2760688aca748f81529d0b055f799959ab4b.zip | |
convert API docs to Pyramid
Diffstat (limited to 'docs/api/i18n.rst')
| -rw-r--r-- | docs/api/i18n.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/api/i18n.rst b/docs/api/i18n.rst index 6562bb13b..9b919c3ee 100644 --- a/docs/api/i18n.rst +++ b/docs/api/i18n.rst @@ -1,9 +1,9 @@ .. _i18n_module: -:mod:`repoze.bfg.i18n` +:mod:`pyramid.i18n` ---------------------- -.. automodule:: repoze.bfg.i18n +.. automodule:: pyramid.i18n .. autoclass:: TranslationString @@ -25,7 +25,7 @@ .. autofunction:: default_locale_negotiator See :ref:`i18n_chapter` for more information about using -:mod:`repoze.bfg` internationalization and localization services -within an application. +:mod:`pyramid` internationalization and localization services within +an application. |
