Skip to content

Commit 805995d

Browse files
authored
Remove mention of print statements because there aren't any.
1 parent d0604ba commit 805995d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this tutorial, you complete the following steps:
3333

3434
If you're new to the service, see [Service Bus overview](service-bus-messaging-overview.md) before you do this quickstart.
3535

36-
- An Azure subscription. To complete this tutorial, you need an Azure account. You can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/credit-for-visual-studio-subscribers/?WT.mc_id=A85619ABF) or sign-up for a [free account](https://azure.microsoft.com/free/?WT.mc_id=A85619ABF).
36+
- An Azure subscription. To complete this tutorial, you need an Azure account. You can activate your [MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/credit-prfor-visual-studio-subscribers/?WT.mc_id=A85619ABF) or sign-up for a [free account](https://azure.microsoft.com/free/?WT.mc_id=A85619ABF).
3737

3838
- [Python 3.7](https://www.python.org/downloads/) or higher.
3939

@@ -328,7 +328,7 @@ Open your favorite editor, such as [Visual Studio Code](https://code.visualstudi
328328
await credential.close()
329329
```
330330
331-
1. Call the `run` method and print a message.
331+
1. Call the `run` method.
332332
333333
```python
334334
asyncio.run(run())
@@ -366,7 +366,7 @@ Open your favorite editor, such as [Visual Studio Code](https://code.visualstudi
366366
await receiver.complete_message(msg)
367367
```
368368
369-
1. Call the `run` method and print a message.
369+
1. Call the `run` method.
370370
371371
```python
372372
asyncio.run(run())

0 commit comments

Comments
 (0)