fix grammar issues (#4763)

in line 28, it used to be "The message will be send to the user", I fixed it to "The message will be sent to the user".

Co-authored-by: Andy <76832778+AndyButAnnoying@users.noreply.github.com>
This commit is contained in:
Andy 2021-02-15 14:32:44 -08:00 committed by GitHub
parent 9b4363eff3
commit 1be7435fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ class PackageAlreadyLoaded(RedError):
class CogLoadError(RedError): class CogLoadError(RedError):
"""Raised by a cog when it cannot load itself. """Raised by a cog when it cannot load itself.
The message will be send to the user.""" The message will be sent to the user."""
pass pass