From 2eb0ff3c15e8bab993e8392b82ea27190f353258 Mon Sep 17 00:00:00 2001 From: Pixtxa <pixtxa+gitlab@vspace.one> Date: Sat, 19 Dec 2020 13:03:20 +0000 Subject: [PATCH] Fixed documentation of circle --- pycardium/modules/py/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycardium/modules/py/display.py b/pycardium/modules/py/display.py index da516990..a6ef8277 100644 --- a/pycardium/modules/py/display.py +++ b/pycardium/modules/py/display.py @@ -176,7 +176,7 @@ class Display: :param y: center y coordinate :param rad: radius :param col: color of the outline and fill (expects RGB triple) - :param filled: whether the rectangle should be filled or not + :param filled: whether the circle should be filled or not :param size: size of the individual pixels, ranges from 1 to 8 """ -- GitLab