From 558f07891170fe5173f277d3749e92d844de0a27 Mon Sep 17 00:00:00 2001 From: Michael Haas Date: Sun, 19 Jan 2020 04:29:42 -0600 Subject: Fix typo from base to based (GH-18055) --- Lib/webbrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/webbrowser.py b/Lib/webbrowser.py index 0af36c4..1ef179a 100755 --- a/Lib/webbrowser.py +++ b/Lib/webbrowser.py @@ -87,7 +87,7 @@ def open_new_tab(url): def _synthesize(browser, *, preferred=False): - """Attempt to synthesize a controller base on existing controllers. + """Attempt to synthesize a controller based on existing controllers. This is useful to create a controller when a user specifies a path to an entry in the BROWSER environment variable -- we can copy a general -- cgit v0.12