summaryrefslogtreecommitdiff
path: root/tests/basic/markdown-documentation-basics.html
diff options
context:
space:
mode:
authorCharles Merriam <charles.merriam@gmail.com>2020-04-19 04:26:44 -0700
committerWaylan Limberg <waylan.limberg@icloud.com>2020-04-19 14:30:56 -0400
commitbbfdd5548d7930a281dc4f70a2ed6d80ed266bf9 (patch)
tree6f7a2da32b4e4ad8464b8bae8c41cb9806decb2f /tests/basic/markdown-documentation-basics.html
parent102e01c2462f20fdd29073bc0b1fe2252b517add (diff)
downloadpython-markdown-bbfdd5548d7930a281dc4f70a2ed6d80ed266bf9.tar.gz
Fix typo, in the ten cut and pasted versions
Diffstat (limited to 'tests/basic/markdown-documentation-basics.html')
-rw-r--r--tests/basic/markdown-documentation-basics.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/markdown-documentation-basics.html b/tests/basic/markdown-documentation-basics.html
index d9214a2..97c1e31 100644
--- a/tests/basic/markdown-documentation-basics.html
+++ b/tests/basic/markdown-documentation-basics.html
@@ -23,7 +23,7 @@ can <a href="/projects/markdown/basics.text">see the source for it by adding '.t
<p>A paragraph is simply one or more consecutive lines of text, separated
by one or more blank lines. (A blank line is any line that looks like a
blank line -- a line containing nothing spaces or tabs is considered
-blank.) Normal paragraphs should not be intended with spaces or tabs.</p>
+blank.) Normal paragraphs should not be indented with spaces or tabs.</p>
<p>Markdown offers two styles of headers: <em>Setext</em> and <em>atx</em>.
Setext-style headers for <code>&lt;h1&gt;</code> and <code>&lt;h2&gt;</code> are created by
"underlining" with equal signs (<code>=</code>) and hyphens (<code>-</code>), respectively.