Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed39c48

Browse files
Upd of print func to py3 syntax
1 parent 266b4c4 commit ed39c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/scenarios/scrape.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ Let's see what we got exactly:
8787

8888
.. code-block:: python
8989
90-
print 'Buyers: ', buyers
91-
print 'Prices: ', prices
90+
print('Buyers: ', buyers)
91+
print('Prices: ', prices)
9292
9393
::
9494

0 commit comments

Comments
 (0)