Skip to content

Commit 7ffcd57

Browse files
authored
Indent comment in code.
1 parent 6847f0d commit 7ffcd57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The following sample code shows you how to send a message to a queue. Open your
177177
# send a batch of messages
178178
await send_batch_message(sender)
179179
180-
# Close credential when no longer needed.
180+
# Close credential when no longer needed.
181181
await credential.close()
182182
```
183183
@@ -323,7 +323,7 @@ Open your favorite editor, such as [Visual Studio Code](https://code.visualstudi
323323
# complete the message so that the message is removed from the queue
324324
await receiver.complete_message(msg)
325325
326-
# Close credential when no longer needed.
326+
# Close credential when no longer needed.
327327
await credential.close()
328328
```
329329

0 commit comments

Comments
 (0)