mirror of
https://github.com/python/cpython.git
synced 2025-09-03 15:31:08 +00:00
Fix typo from base to based (GH-18055)
This commit is contained in:
parent
cd7db76a63
commit
558f078911
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ def open_new_tab(url):
|
||||||
|
|
||||||
|
|
||||||
def _synthesize(browser, *, preferred=False):
|
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
|
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
|
an entry in the BROWSER environment variable -- we can copy a general
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue