Skip to content

Commit eb295f1

Browse files
committed
fixup! exc,QueryList(feat): Query errors join the hierarchy
1 parent a1c9e76 commit eb295f1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/libtmux/exc.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,11 @@ class MultipleObjectsReturned(LibTmuxException):
243243
>>> issubclass(exc.MultipleObjectsReturned, exc.LibTmuxException)
244244
True
245245
246-
.. versionchanged:: 0.62
246+
.. versionadded:: 0.62
247247
248-
Re-based on :exc:`LibTmuxException` and given a message. Importing it
249-
from :mod:`libtmux._internal.query_list` still works.
248+
Added to :mod:`libtmux.exc` as a :exc:`LibTmuxException` subclass with
249+
a message. Importing it from :mod:`libtmux._internal.query_list` still
250+
works.
250251
"""
251252

252253
def __init__(

0 commit comments

Comments
 (0)