diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-05 22:27:18 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-11-05 22:28:30 +0000 |
commit | 6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee (patch) | |
tree | 7bd3d30909b344d405fc17b238da6c10c92f2246 /eclass | |
parent | app-emulation/dosemu: drop incomplete check for glibc (diff) | |
download | gentoo-6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee.tar.gz gentoo-6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee.tar.bz2 gentoo-6b0bb2359aa18e6f9c74cd21155f37dba9fe0aee.zip |
python-r1.eclass: drop stray '}' in example docstring
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 610657776d20..a117a5a82ff2 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: |