Skip to content

Commit 8907dc2

Browse files
committed
fixing doc error
1 parent cfbad8f commit 8907dc2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/_call_connection_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1052,7 +1052,7 @@ def unhold(
10521052
:keyword operation_context: Value that can be used to track this call and its associated events.
10531053
:paramtype operation_context: str or None
10541054
:keyword operation_callback_url: Set a callback URL that overrides the default callback URL set
1055-
by CreateCall/AnswerCall for this operation.
1055+
by CreateCall/AnswerCall for this operation.
10561056
This setup is per-action. If this is not set, the default callback URL set by
10571057
CreateCall/AnswerCall will be used.
10581058
:paramtype operation_callback_url: str or None

sdk/communication/azure-communication-callautomation/azure/communication/callautomation/aio/_call_connection_client_async.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1076,9 +1076,9 @@ async def unhold(
10761076
:keyword operation_context: Value that can be used to track this call and its associated events.
10771077
:paramtype operation_context: str or None
10781078
:keyword operation_callback_url: Set a callback URL that overrides the default callback URL set
1079-
by CreateCall/AnswerCall for this operation.
1080-
This setup is per-action. If this is not set, the default callback URL set by
1081-
CreateCall/AnswerCall will be used.
1079+
by CreateCall/AnswerCall for this operation.
1080+
This setup is per-action. If this is not set, the default callback URL set by
1081+
CreateCall/AnswerCall will be used.
10821082
:paramtype operation_callback_url: str or None
10831083
:return: None
10841084
:rtype: None

0 commit comments

Comments
 (0)