writer.py: correct outdated code comment.

pull/45/head
Peter Hinch 2021-06-24 09:57:19 +01:00
rodzic f2a9f4c03a
commit ff08d3526f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -264,7 +264,7 @@ class Writer():
def setcolor(self, *_):
return self.fgcolor, self.bgcolor
# Writer for colour displays or upside down rendering
# Writer for colour displays.
class CWriter(Writer):