Skip to content

Commit

Permalink
fix typo in utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nioperas06 committed Feb 21, 2023
1 parent 1270d39 commit 326f91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kkiapay/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
def make_request(method: str, url: str, data=None, json=None, auth=None, **kwargs):
"""Perform a request.
Usage::
>>> from shared.helpers import make_request
>>> from .utils import make_request
>>> req = make_request('get', 'https://api-sandbox.kkiapay.me')
"""

Expand Down

0 comments on commit 326f91f

Please sign in to comment.