Skip to content

Commit 5d40785

Browse files
committed
restore mention async is a keyword argument
1 parent 939859d commit 5d40785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ below.
5858
computations. Intensive computations should be done in a separate thread (or
5959
process), and `vim.async_call` can be used to send results back to nvim.
6060

61-
* Some methods accept an `async` parameter: `vim.eval`,
61+
* Some methods accept an `async` keyword argument: `vim.eval`,
6262
`vim.command` as well as the `vim.funcs` wrappers. The python host will not
6363
wait for nvim to complete the request (which also means that the return value
6464
is unavailable).

0 commit comments

Comments
 (0)