Skip to content

Commit

Permalink
Correct Item.json_data type in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 29, 2021
1 parent 076a5b2 commit ed5f48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webqueue2api/parser/item.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ed5f48e

Please sign in to comment.