Skip to content

Commit 910954b

Browse files
authored
feat: typo fix to test RTD (#100)
1 parent 87e194f commit 910954b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evasdk/Eva.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __exit__(self, type, value, traceback):
7171

7272
# --------------------------------------------- HTTP HANDLERS ---------------------------------------------
7373
def api_call_with_auth(self, method, path, payload=None, headers={}, timeout=None, version='v1'):
74-
"""Makes a direct API call to EVA to endpoints that require authentication.
74+
"""Makes a direct API call to EVA to endpoints that requires authentication.
7575
7676
Note:
7777
This is used within the SDK and will unlikely be used externally.

0 commit comments

Comments
 (0)