summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-01 09:43:30 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-07 08:53:50 +0200
commitb9240c4023c59ec193bdb68ff8207a03100be01c (patch)
tree7da22cf1eef9526abb597e5210edaf6c7fc59a50 /eclass
parentdistutils-r1.eclass: Introduce DISTUTILS_USE_PEP517=no mode (diff)
downloadgentoo-b9240c4023c59ec193bdb68ff8207a03100be01c.tar.gz
gentoo-b9240c4023c59ec193bdb68ff8207a03100be01c.tar.bz2
gentoo-b9240c4023c59ec193bdb68ff8207a03100be01c.zip
python-utils-r1.eclass: Fix typo in python_moduleinto doc
Fix python_moduleinto doc to mention python_domodule rather than python_doscript (copy-paste error, probably). Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-utils-r1.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 9eb068d3b13f..b3c249dfa694 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -805,10 +805,10 @@ python_newscript() {
# site-packages directory.
#
# In the relative case, the exact path is determined directly
-# by each python_doscript/python_newscript function. Therefore,
-# python_moduleinto can be safely called before establishing the Python
-# interpreter and/or a single call can be used to set the path correctly
-# for multiple implementations, as can be seen in the following example.
+# by each python_domodule invocation. Therefore, python_moduleinto
+# can be safely called before establishing the Python interpreter and/or
+# a single call can be used to set the path correctly for multiple
+# implementations, as can be seen in the following example.
#
# Example:
# @CODE