From 9700a96f029da5fe1cda5d0c0633b1dc69cfbca7 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 13 Jul 2025 07:37:47 +0530 Subject: [PATCH] ... --- docs/graphics-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 66adc811f..cf0091f6a 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -100,7 +100,7 @@ code to demonstrate its use buf = array.array('H', [0, 0, 0, 0]) fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, buf) print(( - 'number of rows: {} number of columns: {}' + 'number of rows: {} number of columns: {} ' 'screen width: {} screen height: {}').format(*buf)) .. tab:: Go