Skip to content

Commit

Permalink
Fix typo from base to based (GH-18055)
Browse files Browse the repository at this point in the history
  • Loading branch information
micha2718l authored and csabella committed Jan 19, 2020
1 parent cd7db76 commit 558f078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/webbrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 558f078

Please sign in to comment.