Skip to content

Commit ebb5e62

Browse files
pre-commit-ci[bot]cursorless-bot
authored andcommitted
[pre-commit.ci] pre-commit autoupdate (cursorless-dev#677)
1 parent 20708bb commit ebb5e62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/actions/homophones.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def run_homophones_action(targets: dict):
77
"""Replaced target with next homophone"""
88
texts = get_text(targets, show_decorations=False)
99
try:
10-
updated_texts = list(map(lambda text: get_next_homophone(text), texts))
10+
updated_texts = list(map(get_next_homophone, texts))
1111
except LookupError as e:
1212
app.notify(str(e))
1313
return

0 commit comments

Comments
 (0)