Skip to content

Commit 14fb4bb

Browse files
Merge pull request bryanyang0528#46 from bryanyang0528/fixed_rst
fixed code block
2 parents 2605a2a + 0a7d0c7 commit 14fb4bb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

+5-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,11 @@ It will execute sql query and keep listening streaming data.
8484
8585
This command returns a generator. It can be printed e.g. by reading its values via `next(query)` or a for loop:
8686

87-
````
88-
for item in query:
89-
print(item)
90-
````
87+
.. code:: python
88+
89+
for item in query:
90+
print(item)
91+
9192
9293
- Example Response
9394

0 commit comments

Comments
 (0)