commit | 3c29675d8736cb1860f342d872ae41e342c6d383 | [log] [tgz] |
---|---|---|
author | Raúl Cumplido <raulcumplido@gmail.com> | Thu Mar 12 15:38:19 2020 +0100 |
committer | GitHub <noreply@github.com> | Thu Mar 12 07:38:19 2020 -0700 |
tree | b45c24ef37bdee3c7085bdba5d709d8eecfc7b89 | |
parent | 75cd5bf428c378a4d0479a09290b66592961a2ac [diff] |
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