summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-11-05 22:28:00 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2016-11-05 22:28:35 +0000
commitafc733af60b2e6436109c5aa6503b12ae80589a4 (patch)
treed40ef51ff73b1a10df0d2d57e4c6650b0c7327eb /eclass
parentpython-r1.eclass: drop stray '}' in example docstring (diff)
downloadgentoo-afc733af60b2e6436109c5aa6503b12ae80589a4.tar.gz
gentoo-afc733af60b2e6436109c5aa6503b12ae80589a4.tar.bz2
gentoo-afc733af60b2e6436109c5aa6503b12ae80589a4.zip
python-single-r1.eclass: drop stray '}' in example docstring
Diffstat (limited to 'eclass')
-rw-r--r--eclass/python-single-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass
index 9e80866bfb51..16102816f148 100644
--- a/eclass/python-single-r1.eclass
+++ b/eclass/python-single-r1.eclass
@@ -88,7 +88,7 @@ if [[ ! ${_PYTHON_SINGLE_R1} ]]; then
#
# 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: