Skip to content

Commit 9700a96

Browse files
committed
...
1 parent 799ba8d commit 9700a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/graphics-protocol.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ code to demonstrate its use
100100
buf = array.array('H', [0, 0, 0, 0])
101101
fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, buf)
102102
print((
103-
'number of rows: {} number of columns: {}'
103+
'number of rows: {} number of columns: {} '
104104
'screen width: {} screen height: {}').format(*buf))
105105
106106
.. tab:: Go

0 commit comments

Comments
 (0)