From 5d2fde90d000c0c71f1afcc250dc5c8748300f3b Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Mon, 3 Oct 2022 16:30:35 +0300 Subject: [PATCH] Remove old reference to master --- examples/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/theme.py b/examples/theme.py index 3ee4a64..e6050df 100644 --- a/examples/theme.py +++ b/examples/theme.py @@ -15,7 +15,7 @@ # "setting_name": (foreground_color, background_color), # See pudb/theme.py -# (https://github.com/inducer/pudb/blob/master/pudb/theme.py) to see what keys +# (https://github.com/inducer/pudb/blob/main/pudb/theme.py) to see what keys # there are. # Note, be sure to test your theme in both curses and raw mode (see the bottom