Skip to content

Commit 3bdde3d

Browse files
committed
Fix typo: =< → <=
1 parent 7b48672 commit 3bdde3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

disnake/ext/commands/params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ def _infer_type(params: Tuple[Any, ...]) -> Type[Any]:
459459

460460

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

464464

465465
# option types that require additional handling in verify_type

0 commit comments

Comments
 (0)