Skip to content

Commit 3893f7e

Browse files
committed
Change apparent typo in post method
1 parent d4d8563 commit 3893f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

human_curl/async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def get(self, url, **kwargs):
316316
return self.method("get", url=url, **kwargs)
317317

318318
def post(self, url, data='', **kwargs):
319-
return self.medhod("post", **kwargs)
319+
return self.method("post", **kwargs)
320320

321321
def head(self, url, **kwargs):
322322
return self.method("head", url=url, **kwargs)

0 commit comments

Comments
 (0)