Skip to content

Commit d96b7dd

Browse files
Fix typo from base to based (GH-18055)
(cherry picked from commit 558f078) Co-authored-by: Michael Haas <[email protected]>
1 parent 5046055 commit d96b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/webbrowser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def open_new_tab(url):
8787

8888

8989
def _synthesize(browser, *, preferred=False):
90-
"""Attempt to synthesize a controller base on existing controllers.
90+
"""Attempt to synthesize a controller based on existing controllers.
9191
9292
This is useful to create a controller when a user specifies a path to
9393
an entry in the BROWSER environment variable -- we can copy a general

0 commit comments

Comments
 (0)