From c39c4df48c7946f13b952f08c61d27a7a21638bf Mon Sep 17 00:00:00 2001 From: georgically <40323509+georgically@users.noreply.github.com> Date: Sun, 22 May 2022 04:07:44 -0700 Subject: [PATCH] Update Doc/whatsnew/3.0.rst Co-authored-by: Jelle Zijlstra --- Doc/whatsnew/3.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index f9d3f3da2cb5..4da3507ad2e8 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -53,7 +53,7 @@ This article explains the new features in Python 3.0, compared to 2.6. Python 3.0, also known as "Python 3000" or "Py3K", is the first ever -*intentionally backwards incompatible* Python release. Python 3.0 was released on Dec 3, 2008. +*intentionally backwards incompatible* Python release. Python 3.0 was released on December 3, 2008. There are more changes than in a typical release, and more that are important for all Python users. Nevertheless, after digesting the changes, you'll find that Python really hasn't changed all that much -- by and large, we're -- 2.47.3