From d6ac837ba0ae92582dad56945d3773b0048bf9ed Mon Sep 17 00:00:00 2001 From: Google Colaboratory Team Date: Thu, 9 Nov 2023 14:36:13 -0800 Subject: [PATCH] No public description PiperOrigin-RevId: 581028284 --- google/colab/_system_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/colab/_system_commands.py b/google/colab/_system_commands.py index 2439cc19..55e3f896 100644 --- a/google/colab/_system_commands.py +++ b/google/colab/_system_commands.py @@ -224,7 +224,7 @@ def _monitor_process(parent_pty, epoll, p, cmd, update_stdin_widget): # characters. # In order to be consistent with IPython's treatment of non-UTF-8 output, make # use of the "replace" error handler within the decoder. - # https://github.com/ipython/ipykernel/blob/master/ipykernel/iostream.py. + # https://github.com/ipython/ipykernel/blob/main/ipykernel/iostream.py. decoder = codecs.getincrementaldecoder(_ENCODING)(errors='replace') num_interrupts = 0