From: Tim Harder Date: Sun, 27 Aug 2017 08:22:15 +0000 (-0400) Subject: dev-python/decorator: use consistent indentation for metadata X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=780b5d72b5ba39afea638d7cf9c40df60fd2e504;p=gentoo.git dev-python/decorator: use consistent indentation for metadata --- 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 @@ python@gentoo.org Python - 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. + + 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. + decorator micheles/decorator