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 beef67f

Browse filesBrowse files
committed
Merge branch 'master' of github.com:kennethreitz/python-guide
2 parents a3055ae + 8fc52da commit beef67f
Copy full SHA for beef67f

File tree

Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎docs/scenarios/web.rst‎

Copy file name to clipboardExpand all lines: docs/scenarios/web.rst
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ into the corresponding block in the :file:`base.html` page.
366366

367367
.. code-block:: html
368368

369-
<!{% extends "base.html" %}
369+
{% extends "base.html" %}
370370
{% block content %}
371371
<p class="important">
372372
<div id="content">
Collapse file

‎docs/writing/gotchas.rst‎

Copy file name to clipboardExpand all lines: docs/writing/gotchas.rst
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ signal that no argument was provided (:py:data:`None` is often a good choice).
7676
to.append(element)
7777
return to
7878
79+
Do not forget, you are passing a *list* object as the second argument.
7980

8081
When the Gotcha Isn't a Gotcha
8182
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.