Fix typo from base to based (GH-18055)
This commit is contained in:
parent
cd7db76a63
commit
558f078911
|
@ -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…
Reference in New Issue