Skip to content

Commit

Permalink
Merge pull request #36 from KuroKoka551/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Tishka17 authored May 17, 2024
2 parents 8d0a128 + 5540d77 commit c313806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/async_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ async def delete_todo(self, id: int):

@post("todos")
async def create_todo(self, body: Todo) -> Todo:
"""Созадем Todo"""
"""Создаем Todo"""

@get("https://httpbin.org/get")
def get_httpbin(self) -> Any:
"""Используемый другой base_url"""
"""Используем другой base_url"""

@post("https://httpbin.org/post")
def upload_image(self, file: File):
Expand Down

0 comments on commit c313806

Please sign in to comment.