diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-08-27 04:22:15 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-08-27 04:34:34 -0400 |
commit | 780b5d72b5ba39afea638d7cf9c40df60fd2e504 (patch) | |
tree | d62353e59f67a8c19ba0f0dd3996c117a1ed0e26 /dev-python/decorator | |
parent | dev-python/decorator: add pypi page to HOMEPAGE (diff) | |
download | gentoo-780b5d72b5ba39afea638d7cf9c40df60fd2e504.tar.gz gentoo-780b5d72b5ba39afea638d7cf9c40df60fd2e504.tar.bz2 gentoo-780b5d72b5ba39afea638d7cf9c40df60fd2e504.zip |
dev-python/decorator: use consistent indentation for metadata
Diffstat (limited to 'dev-python/decorator')
-rw-r--r-- | dev-python/decorator/metadata.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/decorator/metadata.xml b/dev-python/decorator/metadata.xml index e864603b6433..89e2810d4dc3 100644 --- a/dev-python/decorator/metadata.xml +++ b/dev-python/decorator/metadata.xml @@ -5,10 +5,12 @@ <email>python@gentoo.org</email> <name>Python</name> </maintainer> - <longdescription lang="en">The aim of the decorator python module is to simplify the usage of - decorators for the average programmer and to popularize - decorators usage giving examples of useful decorators, such as - memoize, tracing, redirecting_stdout, locked, etc.</longdescription> + <longdescription lang="en"> + The aim of the decorator python module is to simplify the usage of + decorators for the average programmer and to popularize decorators + usage giving examples of useful decorators, such as memoize, tracing, + redirecting_stdout, locked, etc. + </longdescription> <upstream> <remote-id type="pypi">decorator</remote-id> <remote-id type="github">micheles/decorator</remote-id> |