Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed39c48

Browse filesBrowse files
Upd of print func to py3 syntax
1 parent 266b4c4 commit ed39c48
Copy full SHA for ed39c48

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎docs/scenarios/scrape.rst

Copy file name to clipboardExpand all lines: docs/scenarios/scrape.rst
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.