diff --git a/jrnl/journals/Journal.py b/jrnl/journals/Journal.py index f5365fb4..28478da1 100644 --- a/jrnl/journals/Journal.py +++ b/jrnl/journals/Journal.py @@ -224,7 +224,8 @@ class Journal: @property def tags(self) -> list[Tag]: - """Returns a list of Tag instances enumerating all the tags present in the journal.""" + """Returns a list of Tag instances enumerating all the tags present in the + journal.""" # Astute reader: should the following line leave you as puzzled as me the first # time I came across this construction, worry not and embrace the ensuing moment # of enlightment.