Skip to content

Commit 9513c63

Browse files
vmageloscottaddie
andauthored
Update articles/service-bus-messaging/service-bus-python-how-to-use-queues.md
Co-authored-by: Scott Addie <[email protected]>
1 parent 731431f commit 9513c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-bus-messaging/service-bus-python-how-to-use-queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ Open your favorite editor, such as [Visual Studio Code](https://code.visualstudi
342342
import asyncio
343343
from azure.servicebus.aio import ServiceBusClient
344344
345-
NAMESPACE_CONNECTION_STR = "NAMESPACE_CONNECTION_STRING"
345+
NAMESPACE_CONNECTION_STR = "NAMESPACE_CONNECTION_STR"
346346
QUEUE_NAME = "QUEUE_NAME"
347347
```
348348

0 commit comments

Comments
 (0)