summaryrefslogtreecommitdiff
path: root/tests/test_dates.py
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2019-05-27 15:42:10 +0300
committerGitHub <noreply@github.com>2019-05-27 15:42:10 +0300
commit8b684d56e90d593d4f431263a6a3fea1aabc0d0c (patch)
treef2c51911505eb9f337472d22ac89c03ea9e105a1 /tests/test_dates.py
parent4b6cd34c5c4436c60747a30d15a915cb2702ca0b (diff)
parent6aa30320c2d4173e4475b0dd328e17a1a09767cd (diff)
downloadbabel-8b684d56e90d593d4f431263a6a3fea1aabc0d0c.tar.gz
Merge pull request #650 from python-babel/become-270v2.7.0
Become 2.7.0
Diffstat (limited to 'tests/test_dates.py')
-rw-r--r--tests/test_dates.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_dates.py b/tests/test_dates.py
index e859209..5be0d16 100644
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2007-2011 Edgewall Software, 2013-2018 the Babel team
+# Copyright (C) 2007-2011 Edgewall Software, 2013-2019 the Babel team
# All rights reserved.
#
# This software is licensed as described in the file LICENSE, which
@@ -804,4 +804,4 @@ def test_russian_week_numbering():
def test_en_gb_first_weekday():
assert Locale.parse('en').first_week_day == 0 # Monday in general
assert Locale.parse('en_US').first_week_day == 6 # Sunday in the US
- assert Locale.parse('en_GB').first_week_day == 0 # Monday in the UK \ No newline at end of file
+ assert Locale.parse('en_GB').first_week_day == 0 # Monday in the UK