diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-02-09 22:01:07 -0600 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-02-09 22:01:07 -0600 |
| commit | 4f9eb3b50a363e86aa38f9c497983adca0264cb9 (patch) | |
| tree | 73a598c1b97db10c0c6e8cd9fd91aba144dd9827 | |
| parent | d773d0a7664dfce23ae9d766e4be529f3cd4faee (diff) | |
| download | pyramid-4f9eb3b50a363e86aa38f9c497983adca0264cb9.tar.gz pyramid-4f9eb3b50a363e86aa38f9c497983adca0264cb9.tar.bz2 pyramid-4f9eb3b50a363e86aa38f9c497983adca0264cb9.zip | |
- correct error when building docs in Sphinx:
Warning, treated as error:
~/projects/pyramid/pyramid/docs/api/i18n.rst:6: WARNING: error while formatting arguments for pyramid.i18n.TranslationStringFactory: 'function' object has no attribute '__bases__'
| -rw-r--r-- | docs/api/i18n.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/i18n.rst b/docs/api/i18n.rst index 53e8c8a9b..3b9abbc1d 100644 --- a/docs/api/i18n.rst +++ b/docs/api/i18n.rst @@ -7,7 +7,7 @@ .. autoclass:: TranslationString - .. autoclass:: TranslationStringFactory + .. autofunction:: TranslationStringFactory .. autoclass:: Localizer :members: |
