Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: Spelling error in docstring
  • Loading branch information
kdestin committed Feb 22, 2024
commit 8bb675f663ea5e3bf4b3119b0d9ee0d673b28e36
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-generative/tests/__openai_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def send(self, request: httpx.Request, **kwargs) -> httpx.Response:
def _send_to_proxy(self, request: httpx.Request, **kwargs) -> httpx.Response:
"""Forwards a network request to the test proxy

:param httpx.Requeste request: The request to send
:param httpx.Request request: The request to send
:keyword **kwargs: The kwargs accepted by httpx.Client.send
:return: The request's response
:rtype: httpx.Response
Expand Down
2 changes: 1 addition & 1 deletion sdk/ai/azure-ai-resources/tests/__openai_patcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def send(self, request: httpx.Request, **kwargs) -> httpx.Response:
def _send_to_proxy(self, request: httpx.Request, **kwargs) -> httpx.Response:
"""Forwards a network request to the test proxy

:param httpx.Requeste request: The request to send
:param httpx.Request request: The request to send
:keyword **kwargs: The kwargs accepted by httpx.Client.send
:return: The request's response
:rtype: httpx.Response
Expand Down