From e68baf386219ab64539ba5cef628811be03fdb84 Mon Sep 17 00:00:00 2001 From: Дилян Палаузов Date: Mon, 6 Nov 2017 22:11:39 -0500 Subject: [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. Backport of 6c0042430e3618ce5c276d195d92a6b884daa3a3 from master --- tests/requests/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/requests/tests.py') diff --git a/tests/requests/tests.py b/tests/requests/tests.py index a3eb9632a3..bc99818797 100644 --- a/tests/requests/tests.py +++ b/tests/requests/tests.py @@ -235,7 +235,7 @@ class RequestsTests(SimpleTestCase): self.assertEqual(response.cookies['c']['expires'], '') def test_far_expiration(self): - "Cookie will expire when an distant expiration time is provided" + "Cookie will expire when a distant expiration time is provided" response = HttpResponse() response.set_cookie('datetime', expires=datetime(2028, 1, 1, 4, 5, 6)) datetime_cookie = response.cookies['datetime'] -- cgit v1.3