Skip to content

Commit 02d7caf

Browse files
authored
Update SImple_Terminal.py
1 parent 3c7e161 commit 02d7caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fruit_Jam/CircuitPython_DVI_Video/SImple_Terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@
5353
term.write(" %dx%d pixels.\r\n" % (COLS * w, ROWS * h))
5454
term.write("Both carriage return and line feed \r\n are required.\r\n")
5555

56-
while(True):
56+
while True:
5757
pass

0 commit comments

Comments
 (0)