]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo from base to based (GH-18055)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 19 Jan 2020 10:48:40 +0000 (02:48 -0800)
committerGitHub <noreply@github.com>
Sun, 19 Jan 2020 10:48:40 +0000 (02:48 -0800)
(cherry picked from commit 558f07891170fe5173f277d3749e92d844de0a27)

Co-authored-by: Michael Haas <micha2718l@gmail.com>
Lib/webbrowser.py

index 82bff835fdd0be6419e646d6b223bd15ed13bc7a..e052e51cdec5aea8acde54bfb421f887cb8bc0cf 100755 (executable)
@@ -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