diff options
author | Robey Pointer <robey@lag.net> | 2005-07-03 01:31:31 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-07-03 01:31:31 +0000 |
commit | de81b40e7d6bc7aa4b9912964b7bc9d201dcdb65 (patch) | |
tree | a24d5ac1c7a34ba016a3cba1d4807dfd6cc2fff5 | |
parent | 9d277627203f7efb67a664227a06355edaa49449 (diff) |
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-23]
stupid little doc tweaks
-rw-r--r-- | paramiko/message.py | 2 | ||||
-rw-r--r-- | paramiko/server.py | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/paramiko/message.py b/paramiko/message.py index 17cc5321..9a4a9dfa 100644 --- a/paramiko/message.py +++ b/paramiko/message.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - # Copyright (C) 2003-2005 Robey Pointer <robey@lag.net> # # This file is part of paramiko. diff --git a/paramiko/server.py b/paramiko/server.py index fcbbb411..747a36d3 100644 --- a/paramiko/server.py +++ b/paramiko/server.py @@ -74,10 +74,9 @@ class ServerInterface (object): @param kind: the kind of channel the client would like to open (usually C{"session"}). @type kind: str - @param chanid: ID of the channel, required to create a new L{Channel} - object. + @param chanid: ID of the channel @type chanid: int - @return: a success or failure code (listed above). + @return: a success or failure code (listed above) @rtype: int """ return OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED |