Skip to content

Commit 8d499a2

Browse files
authored
Merge branch 'dev' into dependabot/pip/aiohttp-3.13.3
2 parents 6015b2d + d69be45 commit 8d499a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure/durable_functions/models/DurableOrchestrationContext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ def call_http(self, method: str, uri: str, content: Optional[str] = None,
248248
The HTTP request uri.
249249
content: str or dict, optional
250250
The HTTP request content. Can be a string or a JSON-serializable dictionary.
251-
Note: Although the type hint says 'str', a dictionary is accepted
251+
Note: Although the type hint says 'str', a dictionary is accepted
252252
and will be serialized to JSON.
253253
headers: Optional[Dict[str, str]]
254254
The HTTP request headers.

0 commit comments

Comments
 (0)