summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-11-05 22:27:18 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-11-05 22:28:30 +0000
commit6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee (patch)
tree7bd3d30909b344d405fc17b238da6c10c92f2246 /eclass
parentacdbbba5090fa388f6d4914e10b65ba600c620b8 (diff)
downloadgentoo-6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee.tar.gz
gentoo-6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee.tar.xz
python-r1.eclass: drop stray '}' in example docstring
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index 610657776d2..a117a5a82ff 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-r1.eclass
@@ -75,7 +75,7 @@ inherit multibuild python-utils-r1
#
# Example:
# @CODE
-# PYTHON_COMPAT=( python2_7 python3_3 python3_4} )
+# PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
# @CODE
#
# Please note that you can also use bash brace expansion if you like: