Skip to content

Commit f0b6fd4

Browse files
committed
Add docstring
1 parent 882ff4a commit f0b6fd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vws/exceptions.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77

88
class MaxNumResultsOutOfRange(Exception):
99
"""
10-
TODO
10+
Exception raised when the ``max_num_results`` given to the Cloud
11+
Recognition Web API query endpoint is out of range.
1112
"""
1213

1314
def __init__(self, response: Response) -> None:

0 commit comments

Comments
 (0)