Skip to content

Commit 13f7635

Browse files
authored
Merge pull request #329 from FGtatsuro/fix_doc_baseeventloop
Remove a duplicated word('or') in BaseEventLoop doc.
2 parents b65f62d + 0c4752d commit 13f7635

File tree

1 file changed

+1
-1
lines changed
  • neovim/msgpack_rpc/event_loop

1 file changed

+1
-1
lines changed

neovim/msgpack_rpc/event_loop/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class BaseEventLoop(object):
3030
- `_init()`: Implementation-specific initialization
3131
- `_connect_tcp(address, port)`: connect to Nvim using tcp/ip
3232
- `_connect_socket(path)`: Same as tcp, but use a UNIX domain socket or
33-
or named pipe.
33+
named pipe.
3434
- `_connect_stdio()`: Use stdin/stdout as the connection to Nvim
3535
- `_connect_child(argv)`: Use the argument vector `argv` to spawn an
3636
embedded Nvim that has it's stdin/stdout connected to the event loop.

0 commit comments

Comments
 (0)