Skip to content

Commit

Permalink
Fix typo from base to based (GH-18055)
Browse files Browse the repository at this point in the history
(cherry picked from commit 558f078)

Co-authored-by: Michael Haas <micha2718l@gmail.com>
  • Loading branch information
miss-islington and micha2718l committed Jan 19, 2020
1 parent 34ece35 commit c7b16f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/webbrowser.py
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 c7b16f8

Please sign in to comment.