summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2021-09-15 16:46:37 +0200
committerCarlton Gibson <carlton.gibson@noumenal.es>2021-09-15 16:46:37 +0200
commited26c0f2055f07c1510e35c8a408d41eeca4c4f3 (patch)
tree41b1bb12814297c1f7e0cdb505ebad960588fe21
parent27efb36f97b5dc23dfb92b743530ceb188082de1 (diff)
downloaddjango-ed26c0f2055f07c1510e35c8a408d41eeca4c4f3.tar.gz
Docs tweak
-rw-r--r--docs/releases/4.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt
index e2c2efcad8..be9f198e14 100644
--- a/docs/releases/4.0.txt
+++ b/docs/releases/4.0.txt
@@ -46,7 +46,7 @@ you are using Python 3.8.
To the extent that you are always operating on aware datetimes with UTC, then
the move to ``zoneinfo`` should be largely transparent.
-If though you are you are working with non-UTC time zones, you will need to
+However, if you are you are working with non-UTC time zones, you will need to
audit your code, since ``pytz`` and ``zoneinfo`` are not entirely equivalent:
* The transitional :setting:`USE_DEPRECATED_PYTZ` setting is provided to