Fix typo at function's "end_game" docstring (#4186)

Co-authored-by: Ailton Jr <ailton@edu.unipar.br>
This commit is contained in:
absj30 2020-09-27 22:28:07 -03:00 committed by GitHub
parent 3699c246df
commit f9741cdd27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ class TriviaSession:
return _pred
async def end_game(self):
"""End the trivia session and display scrores."""
"""End the trivia session and display scores."""
if self.scores:
await self.send_table()
multiplier = self.settings["payout_multiplier"]