Skip to content

Commit 803e345

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 c747595 commit 803e345

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
@@ -203,7 +203,7 @@ The following sample code shows you how to send a message to a queue. Open your
203203
1. Add constants.
204204
205205
```python
206-
NAMESPACE_CONNECTION_STR = "NAMESPACE_CONNECTION_STRING"
206+
NAMESPACE_CONNECTION_STR = "NAMESPACE_CONNECTION_STR"
207207
QUEUE_NAME = "QUEUE_NAME"
208208
```
209209

0 commit comments

Comments
 (0)