From e76b8c446493d0f028d9e4d9876ad1348fefde1c Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 31 May 2018 01:19:58 -0400 Subject: [PATCH] Fix "ditribution" typo in NEWS entry. (GH-7275) --- Misc/NEWS.d/3.7.0b5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.7.0b5.rst b/Misc/NEWS.d/3.7.0b5.rst index 2e2fb9ee04..202e50b4e0 100644 --- a/Misc/NEWS.d/3.7.0b5.rst +++ b/Misc/NEWS.d/3.7.0b5.rst @@ -406,7 +406,7 @@ literals on pydoc. Patch by Andrés Delfino. .. nonce: 7FwDfN .. section: Library -The function ``platform.linux_ditribution`` and ``platform.dist`` now +The function ``platform.linux_distribution`` and ``platform.dist`` now trigger a ``DeprecationWarning`` and have been marked for removal in Python 3.8 -- 2.50.1