aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2019-10-01 16:17:42 +0200
committerGravatar GitHub <[email protected]>2019-10-01 16:17:42 +0200
commit3bb82073773e50807c3aa5aa00a79e402cd451a6 (patch)
tree5e11685381218661b92726413089f5ba0a31f75c
parentAdd converter for ISO-formatted datetime strings (diff)
Remove surplus quotation mark in class docstring
Co-Authored-By: S. Co1 <[email protected]>
-rw-r--r--bot/converters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/converters.py b/bot/converters.py
index 49ac488f4..0bd50c14c 100644
--- a/bot/converters.py
+++ b/bot/converters.py
@@ -219,7 +219,7 @@ class Duration(Converter):
class ISODateTime(Converter):
- """"Converts an ISO-8601 datetime string into a datetime.datetime."""
+ """Converts an ISO-8601 datetime string into a datetime.datetime."""
async def convert(self, ctx: Context, datetime_string: str) -> datetime:
"""