Skip to content

Commit 5aba062

Browse files
authored
Update example path
1 parent 374f14e commit 5aba062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ locales in.
194194
>>> humanize.i18n.activate("xx_XX")
195195
<...>
196196
FileNotFoundError: [Errno 2] No translation file found for domain: 'humanize'
197-
>>> humanize.i18n.activate("pt_BR", path="path/to/my/portuguese/translation/")
197+
>>> humanize.i18n.activate("pt_BR", path="path/to/my/own/translation/")
198198
<gettext.GNUTranslations instance ...>
199199
```
200200

0 commit comments

Comments
 (0)