From 6b71c642d1049aa2c05f79c1ea6443ae75e89085 Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sun, 18 Feb 2007 13:23:32 -0800 Subject: [PATCH] [project @ robey@lag.net-20070218212332-ufb5mk2ne0bzamx5] oops, fix doc typo --- paramiko/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paramiko/channel.py b/paramiko/channel.py index c17d7bf..3462465 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