diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-05 22:28:00 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-05 22:28:35 +0000 |
commit | afc733af60b2e6436109c5aa6503b12ae80589a4 (patch) | |
tree | d40ef51ff73b1a10df0d2d57e4c6650b0c7327eb /eclass/python-single-r1.eclass | |
parent | python-r1.eclass: drop stray '}' in example docstring (diff) | |
download | gentoo-afc733af60b2e6436109c5aa6503b12ae80589a4.tar.gz gentoo-afc733af60b2e6436109c5aa6503b12ae80589a4.tar.bz2 gentoo-afc733af60b2e6436109c5aa6503b12ae80589a4.zip |
python-single-r1.eclass: drop stray '}' in example docstring
Diffstat (limited to 'eclass/python-single-r1.eclass')
-rw-r--r-- | eclass/python-single-r1.eclass | 2 |
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: |