summaryrefslogtreecommitdiff
path: root/babel/dates.py
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2008-03-19 14:58:15 +0000
committerJeroen Ruigrok van der Werven <asmodai@in-nomine.org>2008-03-19 14:58:15 +0000
commit11b16415b710a94e8c7f3493c8abb1ac6dff1666 (patch)
tree6b47676b6a69fa008e2c076fe7ebcac98dde1f81 /babel/dates.py
parentb52464d97e3dff9fb63384f7db936819e0f6cb42 (diff)
downloadbabel-11b16415b710a94e8c7f3493c8abb1ac6dff1666.tar.gz
Fix typo.
Diffstat (limited to 'babel/dates.py')
-rw-r--r--babel/dates.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/babel/dates.py b/babel/dates.py
index 1c7deec..7fa0006 100644
--- a/babel/dates.py
+++ b/babel/dates.py
@@ -341,8 +341,8 @@ def get_timezone_name(dt_or_tzinfo=None, width='long', uncommon=False,
The `uncommon` parameter can be set to `True` to enable the use of timezone
representations that are not commonly used by the requested locale. For
example, while in frensh the central europian timezone is usually
- abbreviated as "HEC", in Canadian frensh, this abbreviation is not in common
- use, so a generic name would be chosen by default:
+ abbreviated as "HEC", in Canadian French, this abbreviation is not in
+ common use, so a generic name would be chosen by default:
>>> tz = timezone('Europe/Paris')
>>> get_timezone_name(tz, 'short', locale='fr_CA')