Skip to content

Commit

Permalink
fixed typo in EH sample + readme (#15954)
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil committed Jan 4, 2021
1 parent c621f50 commit c584adf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/eventhub/azure-eventhub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ with client:

### Publish events to an Event Hub asynchronously

Use the `create_batch` method on `EventHubProcuer` to create an `EventDataBatch` object which can then be sent using the `send_batch` method.
Use the `create_batch` method on `EventHubProducer` to create an `EventDataBatch` object which can then be sent using the `send_batch` method.
Events may be added to the `EventDataBatch` using the `add` method until the maximum batch size limit in bytes has been reached.
```python
import asyncio
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# --------------------------------------------------------------------------------------------

"""
Example to demonstrate utilizing SAS (Shared Access Signature) tokens to authenticate with ServiceBus
Example to demonstrate utilizing SAS (Shared Access Signature) tokens to authenticate with EventHub
"""

# pylint: disable=C0111
Expand Down

0 comments on commit c584adf

Please sign in to comment.