Skip to content

Commit d0604ba

Browse files
authored
Wrap import in backticks.
1 parent b942b53 commit d0604ba

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
@@ -336,7 +336,7 @@ Open your favorite editor, such as [Visual Studio Code](https://code.visualstudi
336336
337337
### [Connection string](#tab/connection-string)
338338
339-
1. Similar to the send sample, add import statements and define constants that you should replace with your own values.
339+
1. Similar to the send sample, add `import` statements and define constants that you should replace with your own values.
340340
341341
```python
342342
import asyncio

0 commit comments

Comments
 (0)