Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KurosawaAngel authored May 17, 2024
1 parent 8d0a128 commit 5540d77
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 5540d77

Please sign in to comment.