We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f15af06 + f27cd7f commit 6b5bc62Copy full SHA for 6b5bc62
1 file changed
docs/scenarios/scrape.rst
@@ -87,8 +87,8 @@ Let's see what we got exactly:
87
88
.. code-block:: python
89
90
- print 'Buyers: ', buyers
91
- print 'Prices: ', prices
+ print('Buyers: ', buyers)
+ print('Prices: ', prices)
92
93
::
94
0 commit comments