diff options
| author | Steve Piercy <web@stevepiercy.com> | 2021-01-05 12:29:32 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-05 12:29:32 -0800 |
| commit | 9bf46c9a8f2fe656ba47165a069ccbeaf589bcf1 (patch) | |
| tree | 8af78da34ea83746a5945cc222f557ba2dcd7679 /src | |
| parent | b24e9cf29b93c89b257497cd677ffcec3c9ad3a8 (diff) | |
| parent | c7133cf01dc17e1ea682026c2a80067c0043ccaf (diff) | |
| download | pyramid-9bf46c9a8f2fe656ba47165a069ccbeaf589bcf1.tar.gz pyramid-9bf46c9a8f2fe656ba47165a069ccbeaf589bcf1.tar.bz2 pyramid-9bf46c9a8f2fe656ba47165a069ccbeaf589bcf1.zip | |
Merge pull request #3645 from grigouze/patch-1
Typo on docstring
Diffstat (limited to 'src')
| -rw-r--r-- | src/pyramid/i18n.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pyramid/i18n.py b/src/pyramid/i18n.py index 29ab395ef..793b25015 100644 --- a/src/pyramid/i18n.py +++ b/src/pyramid/i18n.py @@ -50,7 +50,7 @@ class Localizer: Example:: - from pyramid.18n import TranslationString + from pyramid.i18n import TranslationString ts = TranslationString('Add ${item}', domain='mypackage', mapping={'item':'Item'}) translated = localizer.translate(ts) |
