summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2007-02-18 13:23:32 -0800
committerRobey Pointer <robey@lag.net>2007-02-18 13:23:32 -0800
commit6b71c642d1049aa2c05f79c1ea6443ae75e89085 (patch)
tree1fdfcd569ce3f3d59769ec46c4063f788859e925
parentcb0e01dd867067a6bd6dd7bfc44d4618e6508348 (diff)
[project @ robey@lag.net-20070218212332-ufb5mk2ne0bzamx5]
oops, fix doc typo
-rw-r--r--paramiko/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/channel.py b/paramiko/channel.py
index c17d7bfe..34624655 100644
--- a/paramiko/channel.py
+++ b/paramiko/channel.py
@@ -334,7 +334,7 @@ class Channel (object):
@type screen_number: int
@param auth_protocol: the name of the X11 authentication method used;
if none is given, C{"MIT-MAGIC-COOKIE-1"} is used
- @type auth_proto: str
+ @type auth_protocol: str
@param auth_cookie: hexadecimal string containing the x11 auth cookie;
if none is given, a secure random 128-bit value is generated
@type auth_cookie: str