]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo from base to based (GH-18055)
authorMichael Haas <micha2718l@gmail.com>
Sun, 19 Jan 2020 10:29:42 +0000 (04:29 -0600)
committerCheryl Sabella <cheryl.sabella@gmail.com>
Sun, 19 Jan 2020 10:29:42 +0000 (05:29 -0500)
Lib/webbrowser.py

index 0af36c4301d798a4b7c09bcdc1858556365ea1b2..1ef179a91a6f19dbbf2b013e94f15150902e3d7e 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