mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fixed docs inconsistency
This commit is contained in:
parent
556af32bb5
commit
477a17d0b9
@ -719,7 +719,7 @@ def mod():
|
|||||||
|
|
||||||
|
|
||||||
class _IntKeyDict(Dict[int, _T]):
|
class _IntKeyDict(Dict[int, _T]):
|
||||||
"""Dict subclass which throws KeyError when a non-int key is used."""
|
"""Dict subclass which throws TypeError when a non-int key is used."""
|
||||||
|
|
||||||
get: Callable
|
get: Callable
|
||||||
setdefault: Callable
|
setdefault: Callable
|
||||||
@ -736,7 +736,7 @@ class _IntKeyDict(Dict[int, _T]):
|
|||||||
|
|
||||||
|
|
||||||
class _RulesDict(Dict[Union[int, str], PermState]):
|
class _RulesDict(Dict[Union[int, str], PermState]):
|
||||||
"""Dict subclass which throws a KeyError when an invalid key is used."""
|
"""Dict subclass which throws a TypeError when an invalid key is used."""
|
||||||
|
|
||||||
get: Callable
|
get: Callable
|
||||||
setdefault: Callable
|
setdefault: Callable
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user