From 869a561da5565336ff1a5653409b394135beccf8 Mon Sep 17 00:00:00 2001 From: ynfle <23086821+ynfle@users.noreply.github.com> Date: Wed, 1 Jun 2022 00:00:19 +0300 Subject: [PATCH 1/3] Docs: fix typo in `array` docs --- Doc/library/array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/array.rst b/Doc/library/array.rst index c7f137d15b4b86..975670cc81a202 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -52,7 +52,7 @@ Notes: .. versionchanged:: 3.9 ``array('u')`` now uses ``wchar_t`` as C type instead of deprecated - ``Py_UNICODE``. This change doesn't affect to its behavior because + ``Py_UNICODE``. This change doesn't affect its behavior because ``Py_UNICODE`` is alias of ``wchar_t`` since Python 3.3. .. deprecated-removed:: 3.3 4.0 From 1e314908dfc7fe02ad1ddaf3265f97173841aa06 Mon Sep 17 00:00:00 2001 From: "blurb-it[bot]" <43283697+blurb-it[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 21:07:00 +0000 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=9C=F0=9F=A4=96=20Added=20by=20blu?= =?UTF-8?q?rb=5Fit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst diff --git a/Misc/NEWS.d/next/Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst b/Misc/NEWS.d/next/Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst new file mode 100644 index 00000000000000..cefa8a73b9a34d --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst @@ -0,0 +1 @@ +Fix typo in ``array`` module documentation From 25e43e665660e5f4ddb569925434d8dd18003fac Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 31 May 2022 23:35:30 +0200 Subject: [PATCH 3/3] Delete 2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst --- .../Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 Misc/NEWS.d/next/Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst diff --git a/Misc/NEWS.d/next/Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst b/Misc/NEWS.d/next/Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst deleted file mode 100644 index cefa8a73b9a34d..00000000000000 --- a/Misc/NEWS.d/next/Documentation/2022-05-31-21-06-59.gh-issue-93391.2HcnhF.rst +++ /dev/null @@ -1 +0,0 @@ -Fix typo in ``array`` module documentation