Skip to content

Commit 7b7018c

Browse files
authored
Merge pull request #1 from spelluru/patch-160
formatting fix
2 parents 86530f1 + fedd705 commit 7b7018c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/event-hubs-python-get-started-send.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ In this section, create a Python script to send events to the event hub that you
106106
* `EVENT_HUB_CONNECTION_STR`
107107
* `EVENT_HUB_NAME`
108108

109-
[!NOTE]
110-
Make sure that **EVENT_HUB_NAME** is the name of the event hub and not the Event Hubs namespace. If this value is incorrect, you will receive the error code `CBS Token authentication failed.`.
109+
[!NOTE]
110+
Make sure that **EVENT_HUB_NAME** is the name of the event hub and not the Event Hubs namespace. If this value is incorrect, you will receive the error code: `CBS Token authentication failed.`.
111111

112112
```python
113113
import asyncio

0 commit comments

Comments
 (0)