summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-04 09:05:11 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-04 09:15:15 +0200
commit94b3a8560197072a3058e2a64ae4fd2ab3b205fd (patch)
treec3cce6c876cfcbe02ec0c2d208e26daa1b670eb2 /eclass
parentpython-single-r1.eclass: Fix eclassdoc (diff)
downloadgentoo-94b3a8560197072a3058e2a64ae4fd2ab3b205fd.tar.gz
gentoo-94b3a8560197072a3058e2a64ae4fd2ab3b205fd.tar.bz2
gentoo-94b3a8560197072a3058e2a64ae4fd2ab3b205fd.zip
python-utils-r1.eclass: Fix eclassdoc tag order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-utils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-utils-r1.eclass b/eclass/python-utils-r1.eclass
index 1067d2367aba..9bad72a77e98 100644
--- a/eclass/python-utils-r1.eclass
+++ b/eclass/python-utils-r1.eclass
@@ -1164,8 +1164,8 @@ python_fix_shebang() {
# @FUNCTION: _python_check_locale_sanity
# @USAGE: <locale>
-# @INTERNAL
# @RETURN: 0 if sane, 1 otherwise
+# @INTERNAL
# @DESCRIPTION:
# Check whether the specified locale sanely maps between lowercase
# and uppercase ASCII characters.