]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960)
authorRaúl Cumplido <raulcumplido@gmail.com>
Thu, 12 Mar 2020 14:38:19 +0000 (15:38 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Mar 2020 14:38:19 +0000 (07:38 -0700)
commit3c29675d8736cb1860f342d872ae41e342c6d383
treeb45c24ef37bdee3c7085bdba5d709d8eecfc7b89
parent75cd5bf428c378a4d0479a09290b66592961a2ac
bpo-1294959: Fix typo for new attribute platlibdir. (GH-18960)

Received email on the docs mailing list to fix a typo from `sys.platlitdir` which doesn't exist to the correct new attribute `sys.platlibdir`

Automerge-Triggered-By: @vstinner
Doc/whatsnew/3.9.rst
Misc/NEWS.d/next/Build/2020-02-06-18-08-25.bpo-1294959.AZPg4R.rst