We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3055ae + 8fc52da commit beef67fCopy full SHA for beef67f
docs/scenarios/web.rst
@@ -366,7 +366,7 @@ into the corresponding block in the :file:`base.html` page.
366
367
.. code-block:: html
368
369
- <!{% extends "base.html" %}
+ {% extends "base.html" %}
370
{% block content %}
371
<p class="important">
372
<div id="content">
docs/writing/gotchas.rst
@@ -76,6 +76,7 @@ signal that no argument was provided (:py:data:`None` is often a good choice).
76
to.append(element)
77
return to
78
79
+Do not forget, you are passing a *list* object as the second argument.
80
81
When the Gotcha Isn't a Gotcha
82
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments