ui/Curses.py updated docstring

This patch includes a param in docstring.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 15:56:49 +02:00
parent 10c37cf7a4
commit 5ebbba2995

View File

@ -211,6 +211,7 @@ class CursesThreadFrame:
def setcolor(self, color, modifier=0):
"""Draw the thread symbol '@' in the specified color
:param color: Curses colorname
:param modifier: Curses modified, such as curses.A_BOLD
"""