summaryrefslogtreecommitdiff
path: root/paramiko/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/server.py')
-rw-r--r--paramiko/server.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/paramiko/server.py b/paramiko/server.py
index db819a83..6b0bb0f6 100644
--- a/paramiko/server.py
+++ b/paramiko/server.py
@@ -518,8 +518,8 @@ class ServerInterface:
:param .Channel channel: the `.Channel` the request arrived on
:return: ``True`` if the AgentForward was loaded; ``False`` if not
- If ``True`` is returned, the server should create an :class:`AgentServerProxy`
- to access the agent.
+ If ``True`` is returned, the server should create an
+ :class:`AgentServerProxy` to access the agent.
"""
return False