diff --git a/src/webqueue2api/parser/item.py b/src/webqueue2api/parser/item.py index 185b2b4..27ea817 100644 --- a/src/webqueue2api/parser/item.py +++ b/src/webqueue2api/parser/item.py @@ -21,7 +21,7 @@ class Item: Args: queue (str): The name of the Item's queue. number (int): The number of the Item. - headersOnly (bool, optional): Whether or not to parse headers only. Defaults to False. + headers_only (bool, optional): Whether or not to parse headers only. Defaults to False. Example: # Create an Item (ce100)