[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-23]
stupid little doc tweaks
This commit is contained in:
parent
9d27762720
commit
de81b40e7d
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/python
|
|
||||||
|
|
||||||
# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net>
|
# Copyright (C) 2003-2005 Robey Pointer <robey@lag.net>
|
||||||
#
|
#
|
||||||
# This file is part of paramiko.
|
# This file is part of paramiko.
|
||||||
|
|
|
@ -74,10 +74,9 @@ class ServerInterface (object):
|
||||||
@param kind: the kind of channel the client would like to open
|
@param kind: the kind of channel the client would like to open
|
||||||
(usually C{"session"}).
|
(usually C{"session"}).
|
||||||
@type kind: str
|
@type kind: str
|
||||||
@param chanid: ID of the channel, required to create a new L{Channel}
|
@param chanid: ID of the channel
|
||||||
object.
|
|
||||||
@type chanid: int
|
@type chanid: int
|
||||||
@return: a success or failure code (listed above).
|
@return: a success or failure code (listed above)
|
||||||
@rtype: int
|
@rtype: int
|
||||||
"""
|
"""
|
||||||
return OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED
|
return OPEN_FAILED_ADMINISTRATIVELY_PROHIBITED
|
||||||
|
|
Loading…
Reference in New Issue