• [gentoo-dev] [PATCH 09/18] python-utils-r1.eclass: Fix typo in python_m

    From =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?@21:1/5 to All on Sat Jun 4 11:10:01 2022
    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>
    ---
    eclass/python-utils-r1.eclass | 8 ++++----
    1 file 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