summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBastian Venthur <mail@venthur.de>2022-06-17 14:46:44 +0200
committerGitHub <noreply@github.com>2022-06-17 08:46:44 -0400
commit77fb7f1b51076becff488a9b42ef2883153262a0 (patch)
treedb17ffcd000d75c0a255987773f37e627dd419f6 /tests
parent97359a4a93c0158e39f80ba82e8c99db1ffea4d9 (diff)
downloadpython-markdown-77fb7f1b51076becff488a9b42ef2883153262a0.tar.gz
fixed some spelling mistakes
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/markdown-documentation-basics.html4
-rw-r--r--tests/basic/markdown-documentation-basics.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/basic/markdown-documentation-basics.html b/tests/basic/markdown-documentation-basics.html
index 97c1e31..fd2e687 100644
--- a/tests/basic/markdown-documentation-basics.html
+++ b/tests/basic/markdown-documentation-basics.html
@@ -211,7 +211,7 @@ it easy to use Markdown to write about HTML example code:</p>
<pre><code>I strongly recommend against using any `&lt;blink&gt;` tags.
I wish SmartyPants used named entities like `&amp;mdash;`
-instead of decimal-encoded entites like `&amp;#8212;`.
+instead of decimal-encoded entities like `&amp;#8212;`.
</code></pre>
<p>Output:</p>
<pre><code>&lt;p&gt;I strongly recommend against using any
@@ -219,7 +219,7 @@ instead of decimal-encoded entites like `&amp;#8212;`.
&lt;p&gt;I wish SmartyPants used named entities like
&lt;code&gt;&amp;amp;mdash;&lt;/code&gt; instead of decimal-encoded
-entites like &lt;code&gt;&amp;amp;#8212;&lt;/code&gt;.&lt;/p&gt;
+entities like &lt;code&gt;&amp;amp;#8212;&lt;/code&gt;.&lt;/p&gt;
</code></pre>
<p>To specify an entire block of pre-formatted code, indent every line of
the block by 4 spaces or 1 tab. Just like with code spans, <code>&amp;</code>, <code>&lt;</code>,
diff --git a/tests/basic/markdown-documentation-basics.txt b/tests/basic/markdown-documentation-basics.txt
index 6de671a..b0932f3 100644
--- a/tests/basic/markdown-documentation-basics.txt
+++ b/tests/basic/markdown-documentation-basics.txt
@@ -270,7 +270,7 @@ it easy to use Markdown to write about HTML example code:
I strongly recommend against using any `<blink>` tags.
I wish SmartyPants used named entities like `&mdash;`
- instead of decimal-encoded entites like `&#8212;`.
+ instead of decimal-encoded entities like `&#8212;`.
Output:
@@ -279,7 +279,7 @@ Output:
<p>I wish SmartyPants used named entities like
<code>&amp;mdash;</code> instead of decimal-encoded
- entites like <code>&amp;#8212;</code>.</p>
+ entities like <code>&amp;#8212;</code>.</p>
To specify an entire block of pre-formatted code, indent every line of