summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfacelessuser <faceless.shop@gmail.com>2017-11-17 18:32:16 -0700
committerfacelessuser <faceless.shop@gmail.com>2017-11-17 18:32:16 -0700
commit6a69ddd9d9f161367385ee7f8b2cdaefc5568b47 (patch)
treed0df10000d073cb1a933e28609b366270ee48ebf
parent33503757713c437caa9d521713585acb358f652d (diff)
downloadpython-markdown-6a69ddd9d9f161367385ee7f8b2cdaefc5568b47.tar.gz
Spelling fix for descendant
-rw-r--r--docs/extensions/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/extensions/api.txt b/docs/extensions/api.txt
index d2d0cca..29bf83f 100644
--- a/docs/extensions/api.txt
+++ b/docs/extensions/api.txt
@@ -71,7 +71,7 @@ must have the following methods:
* **`getExcludes()`**:
Returns an array of tag names that are undesirable ancestors. The pattern
- should not match if it would cause the content to be a decendent of one
+ should not match if it would cause the content to be a descendant of one
of the tag names in the list.
Note that any regular expression returned by `getCompiledRegExp` must capture