Skip to content

Commit 0c4752d

Browse files
committed
Remove a duplicated word('or') in BaseEventLoop doc.
1 parent b65f62d commit 0c4752d

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)