Skip to content

Commit c538cf3

Browse files
committed
grammar
1 parent fc8b619 commit c538cf3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/actinia/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def request_and_check(method, url, status_code=(200,), retries=0, **kwargs):
5151
Returns:
5252
(dict): returns text of the response as dictionary
5353
54-
Throws an error if the request does not have the status_code or
55-
response content be paresd as JSON.
54+
Throws an error if the request does not have the right status_code or
55+
the response content cannot be paresd as JSON.
5656
"""
5757
attempt = 0
5858
while attempt <= retries:

0 commit comments

Comments
 (0)