Skip to content

Commit

Permalink
Remove a duplicated word('or') in BaseEventLoop doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGtatsuro committed Apr 26, 2018
1 parent b65f62d commit 0c4752d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neovim/msgpack_rpc/event_loop/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class BaseEventLoop(object):
- `_init()`: Implementation-specific initialization
- `_connect_tcp(address, port)`: connect to Nvim using tcp/ip
- `_connect_socket(path)`: Same as tcp, but use a UNIX domain socket or
or named pipe.
named pipe.
- `_connect_stdio()`: Use stdin/stdout as the connection to Nvim
- `_connect_child(argv)`: Use the argument vector `argv` to spawn an
embedded Nvim that has it's stdin/stdout connected to the event loop.
Expand Down

0 comments on commit 0c4752d

Please sign in to comment.