Skip to content

Commit

Permalink
fix(query_list): Fix docstrings in exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 15, 2024
1 parent fdc5ebe commit 55816ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libtmux/_internal/query_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ def __call__(


class MultipleObjectsReturned(Exception):
"""The requested object does not exist."""
"""The query returned multiple objects when only one was expected."""


class ObjectDoesNotExist(Exception):
"""The query returned multiple objects when only one was expected."""
"""The requested object does not exist."""


def keygetter(
Expand Down

0 comments on commit 55816ab

Please sign in to comment.