Apply suggestions from code review

Co-authored-by: Vuks <51289041+Vuks69@users.noreply.github.com>
This commit is contained in:
Draper
2020-09-26 08:47:20 +01:00
committed by GitHub
parent a13850067c
commit 318a006dac
4 changed files with 8 additions and 8 deletions

View File

@@ -375,7 +375,7 @@ class FormattingUtilities(MixinMeta, metaclass=CompositeMetaClass):
return None
def format_playlist_picker_data(self, pid, pname, ptracks, pauthor, scope) -> str:
"""Format the values into a pretified codeblock."""
"""Format the values into a prettified codeblock."""
author = self.bot.get_user(pauthor) or pauthor or _("Unknown")
line = _(
" - Name: <{pname}>\n"