Skip to content

Commit

Permalink
The location keyword of OrderedDict.add is not optional.
Browse files Browse the repository at this point in the history
Fixes #554.
  • Loading branch information
waylan committed Mar 9, 2017
1 parent cd752c0 commit 03ebc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensions/api.txt
Expand Up @@ -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:

Expand Down

0 comments on commit 03ebc27

Please sign in to comment.