diff options
author | 2019-03-19 12:45:39 -0700 | |
---|---|---|
committer | 2019-03-19 12:45:39 -0700 | |
commit | 49ecb82d789ed09ef54c5312c6f1ddf11490ea59 (patch) | |
tree | a0731e85cec5a0ccc5ba4d53e5e9c71b11c5fbd8 | |
parent | Merge branch 'master' into flake8-docstring (diff) |
Fix docstring typo
Kaizened
Co-Authored-By: sco1 <[email protected]>
-rw-r--r-- | bot/seasons/evergreen/snakes/snakes_cog.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/evergreen/snakes/snakes_cog.py b/bot/seasons/evergreen/snakes/snakes_cog.py index 92b28c55..8835e9eb 100644 --- a/bot/seasons/evergreen/snakes/snakes_cog.py +++ b/bot/seasons/evergreen/snakes/snakes_cog.py @@ -276,7 +276,7 @@ class Snakes: return message async def _fetch(self, session, url, params=None): - """Asyncronous web request helper method.""" + """Asynchronous web request helper method.""" if params is None: params = {} |