commit: 780b5d72b5ba39afea638d7cf9c40df60fd2e504 Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Aug 27 08:22:15 2017 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Aug 27 08:34:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=780b5d72
dev-python/decorator: use consistent indentation for metadata dev-python/decorator/metadata.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/dev-python/decorator/metadata.xml b/dev-python/decorator/metadata.xml index e864603b643..89e2810d4dc 100644 --- a/dev-python/decorator/metadata.xml +++ b/dev-python/decorator/metadata.xml @@ -5,10 +5,12 @@ <email>pyt...@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>