mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 10:17:59 -05:00
[Misc] Typo fixes (#3427)
* [Misc] Typo fixes * Changelog * Trivia list * Update 3427.misc.rst * Changelog
This commit is contained in:
@@ -271,7 +271,7 @@ class BaseDriver(abc.ABC):
|
||||
|
||||
The driver must be initialized before this operation.
|
||||
|
||||
The BaseDriver provides a generic method which may be overriden
|
||||
The BaseDriver provides a generic method which may be overridden
|
||||
by subclasses.
|
||||
|
||||
Parameters
|
||||
|
||||
@@ -217,7 +217,7 @@ class JsonDriver(BaseDriver):
|
||||
|
||||
def _save_json(path: Path, data: Dict[str, Any]) -> None:
|
||||
"""
|
||||
This fsync stuff here is entirely neccessary.
|
||||
This fsync stuff here is entirely necessary.
|
||||
|
||||
On windows, it is not available in entirety.
|
||||
If a windows user ends up with tons of temp files, they should consider hosting on
|
||||
|
||||
@@ -21,7 +21,7 @@ class AntiSpam:
|
||||
|
||||
# TODO : Decorator interface for command check using `spammy`
|
||||
# with insertion of the antispam element into context
|
||||
# for manual stamping on succesful command completion
|
||||
# for manual stamping on successful command completion
|
||||
|
||||
default_intervals = [
|
||||
(timedelta(seconds=5), 3),
|
||||
|
||||
Reference in New Issue
Block a user