From 48318aca7e1c05f4e4893458df610b16bee1f45d Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 21 Jun 2021 11:17:35 -0400 Subject: [PATCH] Correct 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 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)