Skip to content

Commit

Permalink
Syntax corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
teaguejt committed Aug 17, 2021
1 parent f1e879e commit da6cb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygame_gui/elements/ui_toggle_button.py
Expand Up @@ -24,7 +24,7 @@ def __init__(
starting_height: int = 1,
parent_element: UIElement = None,
object_id: Union[ObjectID, str, None] = None,
anchors: Dict(str, str) = None,
anchors: Dict[str, str] = None,
visible: int = 1,
is_on: bool = False
):
Expand Down

0 comments on commit da6cb6d

Please sign in to comment.