diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 16:45:59 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-08 16:47:41 -0700 |
commit | 6b580b9feb54e1c73325e0c915021649ea8d479f (patch) | |
tree | c102ca96d70788157e6ff8dfcfed145146ea37b8 /sites/docs/api | |
parent | e05f3bce49c38b2b861bda4a96b0b8f19a84863a (diff) |
Tighten up module docstrings of GSSAPI API files.
* We don't use this style of header anywhere else
* Links to the original author's website/links aren't going to help; users rarely observe such info in practice :(
* The core info (credit, authorship, license) is retained elsewhere, either in this file, the changelog, or Git history
Diffstat (limited to 'sites/docs/api')
-rw-r--r-- | sites/docs/api/kex_gss.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/docs/api/kex_gss.rst b/sites/docs/api/kex_gss.rst index a662be01..67c7a9a4 100644 --- a/sites/docs/api/kex_gss.rst +++ b/sites/docs/api/kex_gss.rst @@ -1,5 +1,5 @@ -GSS-API Key Exchange Module -=========================== +GSS-API Key Exchange +==================== .. automodule:: paramiko.kex_gss :member-order: bysource |