Skip to content

Commit e0ed195

Browse files
committed
fix(query_list): Fix docstrings in exceptions
1 parent 085f77b commit e0ed195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libvcs/_internal/query_list.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818

1919

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

2323

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

2727

2828
def keygetter(

0 commit comments

Comments
 (0)