Skip to content

Commit

Permalink
fix missed rectplacement
Browse files Browse the repository at this point in the history
  • Loading branch information
DigiDuncan committed Jan 9, 2025
1 parent f57e55f commit 6308a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/types/box.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def union(self, other: Box) -> Box:
return LRBTNF(left, right, bottom, top, near, far)

def __or__(self, other: Box) -> Box:
"""Shorthand for :py:meth:`rect.union(other) <union>`.
"""Shorthand for :py:meth:`Box.union(other) <union>`.
Args:
other: Another :py:class:`Box` instance.
Expand Down

0 comments on commit 6308a66

Please sign in to comment.