diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2017-03-09 13:59:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-09 13:59:04 -0500 |
commit | 03ebc27956010409a14852a1da6197497131c71a (patch) | |
tree | 8c9187e493333a9f90e7349139b0cd8f8a2a63fc /docs | |
parent | cd752c06a6982effd530cd14924bc94459dcd043 (diff) | |
download | python-markdown-03ebc27956010409a14852a1da6197497131c71a.tar.gz |
The location keyword of OrderedDict.add is not optional.
Fixes #554.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/extensions/api.txt | 2 |
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: |