Skip to content

Commit 558f078

Browse files
micha2718lcsabella
authored andcommitted
Fix typo from base to based (GH-18055)
1 parent cd7db76 commit 558f078

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)