diff options
author | 2019-10-02 07:27:46 +0200 | |
---|---|---|
committer | 2019-10-02 07:27:46 +0200 | |
commit | 333d5e69d03eab90ebfa8dcf53b48e8a04fe776f (patch) | |
tree | 26181e38be00f200b97ab40355aecfb756e14360 | |
parent | Apply docstring review suggestion (diff) |
Remove angle brackets from ISODateTime docstring
This commit removes the angle brackets from the url in the docstring
of `ISODateTime.convert`. The reason: it's ugly.
-rw-r--r-- | bot/converters.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/converters.py b/bot/converters.py index 0bd50c14c..59a6f6b07 100644 --- a/bot/converters.py +++ b/bot/converters.py @@ -229,7 +229,7 @@ class ISODateTime(Converter): `dateutil.parser`. In general, it accepts datetime strings that start with a date, optionally followed by a time. - See: <https://dateutil.readthedocs.io/en/stable/parser.html#dateutil.parser.isoparse> + See: https://dateutil.readthedocs.io/en/stable/parser.html#dateutil.parser.isoparse Formats that are guaranteed to be valid by our tests are: |