From ed5f48e2abb6bf2a62df0f2ba627f8e11e5103c5 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 29 Jun 2021 14:15:13 -0400 Subject: [PATCH] Correct Item.json_data type in docstring --- src/webqueue2api/parser/item.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webqueue2api/parser/item.py b/src/webqueue2api/parser/item.py index c13c8ef..1110ade 100644 --- a/src/webqueue2api/parser/item.py +++ b/src/webqueue2api/parser/item.py @@ -44,7 +44,7 @@ class Item: priority (string): The most recent priority for this item. department (string): The most recent department for this item. date_received (string): The date this item was created. - json_data (list): A JSON serializable representation of the Item. + json_data (dict): A JSON serializable representation of the Item. Raises: ItemDoesNotExistError: If an item does not exist on the filesystem.