changeset 325:9fe7e31f857d

Fix typo.
author jruigrok
date Wed, 19 Mar 2008 14:58:15 +0000
parents 2e055bcabe2b
children d1ed9ad945b8
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