diff babel/dates.py @ 323:6e4d20dbf189

Fix typo.
author jruigrok
date Wed, 19 Mar 2008 14:58:15 +0000
parents 7de5fdf3c47b
children b4b72e7ca638
line wrap: on
line diff
--- a/babel/dates.py
+++ b/babel/dates.py
@@ -341,8 +341,8 @@
     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')
Copyright (C) 2012-2017 Edgewall Software