commit: 7931ddc64b93574920fdc559927715b6e8b5d258
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 16 03:45:40 2015 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Tue Jun 16 03:45:42 2015 +0000
URL: https://gitweb.gentoo.org/proj/layman.git/commit/?id=7931ddc6
cli.py: Removes docstring test and provides docstring description
layman/cli.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/layman/cli.py b/layman/cli.py
index 81b10cd..bb9ea6f 100644
--- a/layman/cli.py
+++ b/layman/cli.py
@@ -108,8 +108,7 @@ class ListPrinter(object):
def short_list(self, overlay):
'''
- >>> print(short_list(overlay))
- wrobel [Subversion] (https://o.g.o/svn/dev/wrobel
)
+ Returns a list of information regarding the provided overlay parameter.
'''
name = pad(overlay['name'], 25)