diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 16:48:47 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 16:48:47 -0700 |
commit | 67810da14504bd4b4be60f8cb3067d4d6b46abdf (patch) | |
tree | fd20670dfed2881715aac67c3201a23ca0907a07 /sites | |
parent | 6b580b9feb54e1c73325e0c915021649ea8d479f (diff) |
Tweak API stub titles
Diffstat (limited to 'sites')
-rw-r--r-- | sites/docs/api/kex_gss.rst | 2 | ||||
-rw-r--r-- | sites/docs/api/ssh_gss.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sites/docs/api/kex_gss.rst b/sites/docs/api/kex_gss.rst index 67c7a9a4..9fd09221 100644 --- a/sites/docs/api/kex_gss.rst +++ b/sites/docs/api/kex_gss.rst @@ -1,4 +1,4 @@ -GSS-API Key Exchange +GSS-API key exchange ==================== .. automodule:: paramiko.kex_gss diff --git a/sites/docs/api/ssh_gss.rst b/sites/docs/api/ssh_gss.rst index 1b08c7f8..1ce9daf7 100644 --- a/sites/docs/api/ssh_gss.rst +++ b/sites/docs/api/ssh_gss.rst @@ -1,5 +1,5 @@ -Paramiko GSS-API Interface -========================== +GSS-API interface +================= .. automodule:: paramiko.ssh_gss :member-order: bysource |