Skip to content

Commit 3f0a000

Browse files
committed
Indent comment.
1 parent f507ae8 commit 3f0a000

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-topics-subscriptions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Open your favorite editor, such as [Visual Studio Code](https://code.visualstudi
197197
await send_a_list_of_messages(sender)
198198
# Send a batch of messages
199199
await send_batch_message(sender)
200-
# Close credential when no longer needed.
200+
# Close credential when no longer needed.
201201
await credential.close()
202202
203203
asyncio.run(run())
@@ -337,7 +337,7 @@ Open your favorite editor, such as [Visual Studio Code](https://code.visualstudi
337337
print("Received: " + str(msg))
338338
# complete the message so that the message is removed from the subscription
339339
await receiver.complete_message(msg)
340-
# Close credential when no longer needed.
340+
# Close credential when no longer needed.
341341
await credential.close()
342342
```
343343

0 commit comments

Comments
 (0)