Skip to content

Commit 1dc56cb

Browse files
Fix Method Name in Readme (Azure#28485)
1 parent 1a1c1fd commit 1dc56cb

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
@@ -162,7 +162,7 @@ The result from the `send` call contains a `messageId` which can be used to quer
162162

163163
```python
164164
response = client.send(message)
165-
status = client.get_sent_status(response['messageId'])
165+
status = client.get_send_status(response['messageId'])
166166
```
167167

168168
## Troubleshooting

0 commit comments

Comments
 (0)