aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2017-03-09 13:59:04 -0500
committerGitHub <noreply@github.com>2017-03-09 13:59:04 -0500
commit03ebc27956010409a14852a1da6197497131c71a (patch)
tree8c9187e493333a9f90e7349139b0cd8f8a2a63fc
parentcd752c06a6982effd530cd14924bc94459dcd043 (diff)
downloadmarkdown-03ebc27956010409a14852a1da6197497131c71a.tar.gz
markdown-03ebc27956010409a14852a1da6197497131c71a.tar.bz2
markdown-03ebc27956010409a14852a1da6197497131c71a.zip
The location keyword of OrderedDict.add is not optional.
Fixes #554.
-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 66daa86..9653883 100644
--- a/docs/extensions/api.txt
+++ b/docs/extensions/api.txt
@@ -463,7 +463,7 @@ The `add()` method accepts three arguments:
* **`value`**: The object instance stored in this item.
-* **`location`**: Optional. The items location in relation to other items.
+* **`location`**: The items location in relation to other items.
Note that the location can consist of a few different values: