From 1f2527a56fda59857afe8b48004b080f7bb4aaec Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Mon, 1 Jul 2024 23:24:47 +0100 Subject: [PATCH] fix spelling mistake --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 40ab9d1e..931f3246 100644 --- a/README.rst +++ b/README.rst @@ -156,7 +156,7 @@ By default and since 6.0.0, ``zoneinfo`` timezones are created. >>> dt.tzinfo ZoneInfo(key='Europe/Vienna') -If you would like to continue to receive ``pytz`` timezones in as parse results, +If you would like to continue to receive ``pytz`` timezones in parse results, you can receive all the latest updates, and switch back to earlier behavior: .. code:: python