Skip to content

Commit 03ebc27

Browse files
authored
The location keyword of OrderedDict.add is not optional.
Fixes #554.
1 parent cd752c0 commit 03ebc27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/api.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ The `add()` method accepts three arguments:
463463

464464
* **`value`**: The object instance stored in this item.
465465

466-
* **`location`**: Optional. The items location in relation to other items.
466+
* **`location`**: The items location in relation to other items.
467467

468468
Note that the location can consist of a few different values:
469469

0 commit comments

Comments
 (0)