summaryrefslogtreecommitdiff
path: root/paramiko/server.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-10-13 14:49:14 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-10-13 15:39:10 -0700
commit6978c7a0b8faa683b119de3a0c096be31ac4fdc9 (patch)
treeaee637e95f3f969c7a83a755beab2ac3219ad405 /paramiko/server.py
parentc76406cc29935584e204e2d0a39ee51015bc7b92 (diff)
downloadparamiko-6978c7a0b8faa683b119de3a0c096be31ac4fdc9.tar.gz
Same issue as I ran into with invoke: somehow, Python 2.7 intersphinx no longer understands 'list' :(
Diffstat (limited to 'paramiko/server.py')
-rw-r--r--paramiko/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/server.py b/paramiko/server.py
index c80fbc97..a7117815 100644
--- a/paramiko/server.py
+++ b/paramiko/server.py
@@ -223,7 +223,7 @@ class ServerInterface (object):
The default implementation always returns ``AUTH_FAILED``.
- :param list responses: list of `str` responses from the client
+ :param responses: list of `str` responses from the client
:return:
``AUTH_FAILED`` if the authentication fails; ``AUTH_SUCCESSFUL`` if
it succeeds; ``AUTH_PARTIALLY_SUCCESSFUL`` if the interactive auth