commit:     12783bf82788b83a015afa21f6f9941e5f8b4d50
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 14:39:37 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 14:39:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12783bf8

pypi.eclass: Fix @CODE eclassdoc tag

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 eclass/pypi.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass
index 182b0b6b8c3e..79007a2ad0ed 100644
--- a/eclass/pypi.eclass
+++ b/eclass/pypi.eclass
@@ -28,12 +28,12 @@
 # equivalent.
 #
 # @EXAMPLE:
-# @CODE@
+# @CODE
 # inherit pypi
 #
 # SRC_URI="$(pypi_sdist_url "${PN^}" "${PV}")"
 # S=${WORKDIR}/${P^}
-# @CODE@
+# @CODE
 
 case ${EAPI} in
        7|8) ;;

Reply via email to