Skip to content

Commit 3c29675

Browse files
authored
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
1 parent 75cd5bf commit 3c29675

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ running.
356356
sys
357357
---
358358

359-
Add a new :attr:`sys.platlitdir` attribute: name of the platform-specific
359+
Add a new :attr:`sys.platlibdir` attribute: name of the platform-specific
360360
library directory. It is used to build the path of platform-specific dynamic
361361
libraries and the path of the standard library. It is equal to ``"lib"`` on
362362
most platforms. On Fedora and SuSE, it is equal to ``"lib64"`` on 64-bit
@@ -407,7 +407,7 @@ Build and C API Changes
407407
=======================
408408

409409
* Add ``--with-platlibdir`` option to the ``configure`` script: name of the
410-
platform-specific library directory, stored in the new :attr:`sys.platlitdir`
410+
platform-specific library directory, stored in the new :attr:`sys.platlibdir`
411411
attribute. See :attr:`sys.platlibdir` attribute for more information.
412412
(Contributed by Jan Matějek, Matěj Cepl, Charalampos Stratakis and Victor Stinner in :issue:`1294959`.)
413413

Misc/NEWS.d/next/Build/2020-02-06-18-08-25.bpo-1294959.AZPg4R.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Add ``--with-platlibdir`` option to the configure script: name of the
2-
platform-specific library directory, stored in the new :attr:`sys.platlitdir`
2+
platform-specific library directory, stored in the new :attr:`sys.platlibdir`
33
attribute. It is used to build the path of platform-specific dynamic libraries
44
and the path of the standard library. It is equal to ``"lib"`` on most
55
platforms. On Fedora and SuSE, it is equal to ``"lib64"`` on 64-bit platforms.

0 commit comments

Comments
 (0)