PEP 668: repeated word (#2145)

This commit is contained in:
Dimitri Papadopoulos Orfanos 2021-11-15 16:19:17 +01:00 committed by GitHub
parent 21d4c4c05b
commit 6e42b6361c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -312,9 +312,9 @@ In more detail, the use cases above are:
does not change its behavior.
Such a CPython should (regardless of this PEP) not be installed in
a way that that overlaps any distro-installed Python on the same
system. For instance, on an OS that ships Python in ``/usr/bin``,
you should not install a custom CPython built with ``./configure
a way that overlaps any distro-installed Python on the same system.
For instance, on an OS that ships Python in ``/usr/bin``, you
should not install a custom CPython built with ``./configure
--prefix=/usr``, or it will overwrite some files from the distro
and the distro will eventually overwrite some files from your
installation. Instead, your installation should be in a separate