We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9c142 commit fc8b619Copy full SHA for fc8b619
1 file changed
src/actinia/utils.py
@@ -33,7 +33,7 @@
33
34
35
def request_and_check(method, url, status_code=(200,), retries=0, **kwargs):
36
- """Send a request with given method to a URL and check the status code.
+ """Send a request with the given method to a URL and check the status code.
37
38
Parameters:
39
method (string): Request method (GET, POST, PUT, DELETE, ...)
0 commit comments