commit: 6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Nov 5 22:27:18 2016 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Nov 5 22:28:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0bb235
python-r1.eclass: drop stray '}' in example docstring eclass/python-r1.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 6106577..a117a5a 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:
