Skip to content

Commit 12acffc

Browse files
authored
docs: fix typo (#517)
1 parent d549371 commit 12acffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynvim/msgpack_rpc/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def handler():
3838
try:
3939
fn(*args, **kwargs)
4040
except Exception:
41-
warn("error caught while excecuting async callback\n%s\n",
41+
warn("error caught while executing async callback\n%s\n",
4242
format_exc())
4343

4444
def greenlet_wrapper():

0 commit comments

Comments
 (0)