X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Ftag.py;h=a77b68d7c507118dd29cbd9e8fce458585cc9b92;hp=f3a3d27e501dbfb5886ef4031f99490ff1a36968;hb=12ebf879476ba60389c9310327b8a271f1f7eb5e;hpb=4292b1197d8a43199c43164e9f8e764b3a809de4 diff --git a/bindings/python/notmuch/tag.py b/bindings/python/notmuch/tag.py index f3a3d27e..a77b68d7 100644 --- a/bindings/python/notmuch/tag.py +++ b/bindings/python/notmuch/tag.py @@ -113,11 +113,12 @@ class Tags(object): def __str__(self): """The str() representation of Tags() is a space separated list of tags - .. note:: As this iterates over the tags, we will not be able - to iterate over them again (as in retrieve them)! If - the tags have been exhausted already, this will raise a - :exc:`NotmuchError` STATUS.NOT_INITIALIZED on - subsequent attempts. + .. note:: + + As this iterates over the tags, we will not be able to iterate over + them again (as in retrieve them)! If the tags have been exhausted + already, this will raise a :exc:`NotmuchError` + STATUS.NOT_INITIALIZED on subsequent attempts. """ return " ".join(self)