]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
datetime format changed in cldr
authorAlex Morega <alex@grep.ro>
Thu, 4 Jul 2013 20:08:03 +0000 (22:08 +0200)
committerAlex Morega <alex@grep.ro>
Thu, 4 Jul 2013 20:08:23 +0000 (22:08 +0200)
babel/dates.py

index 9b1214fa2ba4a9c281e3012dc37ca9ecbf778be1..430da46353709d7c739b1de8aaf9e7d74e96195b 100644 (file)
@@ -140,7 +140,7 @@ def get_datetime_format(format='medium', locale=LC_TIME):
     specified format.
     
     >>> get_datetime_format(locale='en_US')
-    u'{1} {0}'
+    u'{1}, {0}'
     
     :param format: the format to use, one of "full", "long", "medium", or
                    "short"