Skip to content

Commit

Permalink
Fix code snippet in README (#26879)
Browse files Browse the repository at this point in the history
  • Loading branch information
PramodValavala-MSFT authored Oct 18, 2022
1 parent 6f7303c commit 093d2d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/communication/azure-communication-email/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ The result from the `send` call contains a `message_id` which can be used to que

```python
response = client.send(message)
status = client.get_sent_status(response.message_id)
status = client.get_send_status(response.message_id)
```

## Troubleshooting
Expand Down Expand Up @@ -190,4 +190,4 @@ This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For m
[nextsteps]: https://aka.ms/acsemail/overview
[nuget]: https://www.nuget.org/
[source]: https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/communication
[domain_overview]: https://aka.ms/acsemail/domainsoverview
[domain_overview]: https://aka.ms/acsemail/domainsoverview

0 comments on commit 093d2d0

Please sign in to comment.