[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-23]

quick doc fix.
fix broken cross-link in kex_gex docs.
This commit is contained in:
Robey Pointer 2004-01-04 10:33:05 +00:00
parent 02322f6621
commit 35ed103572
1 changed files with 4 additions and 4 deletions

View File

@ -19,9 +19,9 @@
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
""" """
Variant on L{KexGroup1} where the prime "p" and generator "g" are provided by Variant on L{KexGroup1 <paramiko.kex_group1.KexGroup1>} where the prime "p" and
the server. A bit more work is required on the client side, and a U{lot} more generator "g" are provided by the server. A bit more work is required on the
on the server side. client side, and a B{lot} more on the server side.
""" """
from message import Message from message import Message