Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: dgw <dgw@technobabbl.es>
  • Loading branch information
Exirel and dgw authored Aug 13, 2020
1 parent 2dce4e4 commit 732c319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sopel/cli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _colored(text, color, reset=True):


def green(text, reset=True):
"""Add ANSI escape sequences to make the text green in term.
"""Add ANSI escape sequences to make the text green in terminal.
:param str text: text to colorized in green
:param bool reset: if the text color must be reset after (default ``True``)
Expand All @@ -50,7 +50,7 @@ def green(text, reset=True):


def yellow(text, reset=True):
"""Add ANSI escape sequences to make the text yellow in term.
"""Add ANSI escape sequences to make the text yellow in terminal.
:param str text: text to colorized in yellow
:param bool reset: if the text color must be reset after (default ``True``)
Expand All @@ -61,7 +61,7 @@ def yellow(text, reset=True):


def red(text, reset=True):
"""Add ANSI escape sequences to make the text red in term.
"""Add ANSI escape sequences to make the text red in terminal.
:param str text: text to colorized in red
:param bool reset: if the text color must be reset after (default ``True``)
Expand Down

0 comments on commit 732c319

Please sign in to comment.