summaryrefslogtreecommitdiff
path: root/babel/dates.py
diff options
context:
space:
mode:
authorAlex Morega <alex@grep.ro>2013-07-04 22:08:03 +0200
committerAlex Morega <alex@grep.ro>2013-07-04 22:08:23 +0200
commit28005df8fb67d1c65bd7cfbd5c7de3311b822fc5 (patch)
tree06d36f10a729976468f3ce0b195d44e42c900872 /babel/dates.py
parentd97f65418c95062cc492e15583df47cdf9f517bb (diff)
downloadbabel-28005df8fb67d1c65bd7cfbd5c7de3311b822fc5.tar.gz
datetime format changed in cldr
Diffstat (limited to 'babel/dates.py')
-rw-r--r--babel/dates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel/dates.py b/babel/dates.py
index 9b1214f..430da46 100644
--- a/babel/dates.py
+++ b/babel/dates.py
@@ -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"