PEP 668: repeated word (#2145)
This commit is contained in:
parent
21d4c4c05b
commit
6e42b6361c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue