From 03ebc27956010409a14852a1da6197497131c71a Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 9 Mar 2017 13:59:04 -0500 Subject: The location keyword of OrderedDict.add is not optional. Fixes #554. --- docs/extensions/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3