Skip to content

Commit

Permalink
update docstring in ssh.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov committed Mar 7, 2024
1 parent 2fdb17e commit b144a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_open/ssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def open(path, mode='r', host=None, user=None, password=None, port=None, connect
the local ~/.ssh/known_hosts *automatically*.
If ``username`` or ``password`` are specified in *both* the uri and
``transport_params``, ``transport_params`` will take precedence
``connect_kwargs``, ``connect_kwargs`` will take precedence
"""
host, user, password, port, connect_kwargs = _maybe_fetch_config(
host, user, password, port, connect_kwargs
Expand Down

0 comments on commit b144a26

Please sign in to comment.