Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddupuis committed Apr 10, 2022
1 parent d47f855 commit 90113bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygamelib/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -3399,7 +3399,7 @@ def __init__(self, max_size=10, parent=None):
inventory has a size (default is 1), the total addition of all these size cannot
exceed max_size.
:param max_size: The maximum size of the inventory. Deafult value: 10.
:param max_size: The maximum size of the inventory. Default value: 10.
:type max_size: int
:param parent: The parent object (usually a BoardItem).
"""
Expand Down

0 comments on commit 90113bd

Please sign in to comment.