diff options
author | Ned Deily <nad@python.org> | 2018-05-31 05:18:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 05:18:49 (GMT) |
commit | 126869f308d446c1960c542197a1aadacff9ab26 (patch) | |
tree | b3572f4cbf5f8e4f4cd35c58e510f4dd764d3c1f | |
parent | e1c54f4330bc8eb61dbcbd4f9b14d4e222f2be29 (diff) | |
download | cpython-126869f308d446c1960c542197a1aadacff9ab26.zip cpython-126869f308d446c1960c542197a1aadacff9ab26.tar.gz cpython-126869f308d446c1960c542197a1aadacff9ab26.tar.bz2 |
Fix "ditribution" typo in NEWS entry. (GH-7274)
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-05-02-07-26-29.bpo-28167.7FwDfN.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-02-07-26-29.bpo-28167.7FwDfN.rst b/Misc/NEWS.d/next/Library/2018-05-02-07-26-29.bpo-28167.7FwDfN.rst index a4971e5..2d7cf01 100644 --- a/Misc/NEWS.d/next/Library/2018-05-02-07-26-29.bpo-28167.7FwDfN.rst +++ b/Misc/NEWS.d/next/Library/2018-05-02-07-26-29.bpo-28167.7FwDfN.rst @@ -1,3 +1,3 @@ -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 |