Skip to content

Commit

Permalink
Fix typo: =< → <=
Browse files Browse the repository at this point in the history
  • Loading branch information
Enegg committed Jun 30, 2024
1 parent 7b48672 commit 3bdde3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disnake/ext/commands/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def _infer_type(params: Tuple[Any, ...]) -> Type[Any]:


class LargeInt(int):
"""Type representing integers `=<-2**53`, `>=2**53` in slash commands."""
"""Type representing integers `<=-2**53`, `>=2**53` in slash commands."""


# option types that require additional handling in verify_type
Expand Down

0 comments on commit 3bdde3d

Please sign in to comment.