diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2022-09-20 17:17:47 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-07 10:50:19 +0200 |
commit | caa73ba913f00d08b8e14e6ebd215b07e68431bd (patch) | |
tree | 5432be7029e6e9264cc986126080bf4ead223545 /eclass | |
parent | distutils-r1.eclass: Remove obsolete DUS=pyproject.toml support (diff) | |
download | gentoo-caa73ba913f00d08b8e14e6ebd215b07e68431bd.tar.gz gentoo-caa73ba913f00d08b8e14e6ebd215b07e68431bd.tar.bz2 gentoo-caa73ba913f00d08b8e14e6ebd215b07e68431bd.zip |
distutils-r1.eclass: fix typo in comment
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index d011e5f97ad9..8fd652ff1e13 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -723,8 +723,8 @@ esetup.py() { # to unmerge the package first. # # This function is not available in PEP517 mode. The eclass provides -# a venv-style install unconditionally therefore, and therefore it -# should no longer be necessary. +# a venv-style install unconditionally and therefore it should no longer +# be necessary. distutils_install_for_testing() { debug-print-function ${FUNCNAME} "${@}" |