summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2016-11-14 04:13:55 +0100
committer Willy Sudiarto Raharjo2016-11-14 10:47:23 +0100
commit3e84b70413ce446d5e6af87f99be65d5540aa6c2 (patch)
treef8d216de9409dbf326baf024a4aea8df26b24c2b
parenteac75b75ec7cd879aa7e904e6866d29a9866ab50 (diff)
downloadslackbuilds-3e84b70413ce446d5e6af87f99be65d5540aa6c2.tar.gz
python/pbr: Fix slack-desc.
-rw-r--r--python/pbr/slack-desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pbr/slack-desc b/python/pbr/slack-desc
index e70345a462..e3f4ad8215 100644
--- a/python/pbr/slack-desc
+++ b/python/pbr/slack-desc
@@ -9,7 +9,7 @@
pbr: pbr (manage setuptools packaging)
pbr:
pbr: A library for managing setuptools packaging in a consistent manner.
-pbr:
+pbr:
pbr: pbr reads and then filters the setup.cfg data through a setup hook
pbr: to fill in default values and provide more sensible behaviors,
pbr: and then feeds the results in as the arguments to a call to setup.py