Docs: Add missing word (#3489)

This commit is contained in:
Allan Moreno 2022-07-06 12:29:56 -06:00 committed by GitHub
parent 3e93713722
commit 9d603ef450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Conditional block
</code></pre>
<h2>Full Example</h2>
<pre><code>{# This a Django template example #}
<pre><code>{# This is a Django template example #}
{% extends "base_generic.html" %}
{% block title %}{{ section.title }}{% endblock %}