mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 06:46:17 +00:00
Merge pull request #1095 from matheusfelipeog/feat/py2-to-py3-in-scraping-section
Update examples to Python 3 in scrape section
This commit is contained in:
@@ -87,8 +87,8 @@ Let's see what we got exactly:
|
|||||||
|
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
print 'Buyers: ', buyers
|
print('Buyers: ', buyers)
|
||||||
print 'Prices: ', prices
|
print('Prices: ', prices)
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user