changeset 323:e2c0e624c85b trunk

Fix typo.
author jruigrok
date Wed, 19 Mar 2008 14:58:15 +0000
parents b03a6a87e4cb
children 7bd832463dd2
files babel/dates.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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