summaryrefslogtreecommitdiffstats
path: root/layman/overlay.py
diff options
context:
space:
mode:
Diffstat (limited to 'layman/overlay.py')
-rw-r--r--layman/overlay.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/layman/overlay.py b/layman/overlay.py
index 702fe81..ce4fc93 100644
--- a/layman/overlay.py
+++ b/layman/overlay.py
@@ -209,9 +209,9 @@ class Overlays:
<BLANKLINE>
>>> for i in a.list(False):
- ... print i[0]
- wrobel [Subversion] (source: https://overlays.gentoo.or...)
- wrobel-stable [Rsync ] (source: rsync://gunnarwrobel.de/wr...)
+ ... print i[0] #doctest: +ELLIPSIS
+ wrobel [Subversion] (https://overlays.gentoo.or...)
+ wrobel-stable [Rsync ] (rsync://gunnarwrobel.de/wr...)
'''
result = []