Skip to content

Commit 472e45c

Browse files
Update README.md (Azure#39800)
1 parent b51ffd1 commit 472e45c

File tree

1 file changed

+1
-1
lines changed
  • sdk/communication/azure-communication-email

1 file changed

+1
-1
lines changed

sdk/communication/azure-communication-email/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Email operations will throw an exception if the request to the server fails. The
207207
from azure.core.exceptions import HttpResponseError
208208

209209
try:
210-
response = email_client.send(message)
210+
response = client.send(message)
211211
except HttpResponseError as ex:
212212
print('Exception:')
213213
print(ex)

0 commit comments

Comments
 (0)