Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Jun 21, 2021
1 parent b72ae74 commit 48318ac
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 @@ -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)
Expand Down

0 comments on commit 48318ac

Please sign in to comment.