mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 01:28:56 +00:00
typo
on -> one
This commit is contained in:
parent
365db1ee41
commit
f133910eb7
@ -181,7 +181,7 @@ def is_app(command, *app_names, **kwargs):
|
|||||||
|
|
||||||
|
|
||||||
def for_app(*app_names, **kwargs):
|
def for_app(*app_names, **kwargs):
|
||||||
"""Specifies that matching script is for on of app names."""
|
"""Specifies that matching script is for one of app names."""
|
||||||
def _for_app(fn, command):
|
def _for_app(fn, command):
|
||||||
if is_app(command, *app_names, **kwargs):
|
if is_app(command, *app_names, **kwargs):
|
||||||
return fn(command)
|
return fn(command)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user