mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge branch 'master' into feat/py2-to-py3-in-speed-section
This commit is contained in:
@@ -87,8 +87,8 @@ Let's see what we got exactly:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
print 'Buyers: ', buyers
|
||||
print 'Prices: ', prices
|
||||
print('Buyers: ', buyers)
|
||||
print('Prices: ', prices)
|
||||
|
||||
::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user