Skip to content

Commit f917b95

Browse files
authored
Fix typo: =< → <=
1 parent 7b11a7e commit f917b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)