diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-02-21 09:58:19 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-02-21 09:58:19 -0800 |
commit | 88140996a7a259e9e028b022c037223ee97c4c87 (patch) | |
tree | 5815a3e16d4aa8f3a98897ec76dedccf4794d307 /sites/docs/api | |
parent | a58cf80139ff0c8059eebe8bd0c55963a5a33f53 (diff) |
Too much 'handling'
Diffstat (limited to 'sites/docs/api')
-rw-r--r-- | sites/docs/api/config.rst | 4 | ||||
-rw-r--r-- | sites/docs/api/hostkeys.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sites/docs/api/config.rst b/sites/docs/api/config.rst index 0a9fa1dc..6f9d3ce3 100644 --- a/sites/docs/api/config.rst +++ b/sites/docs/api/config.rst @@ -1,4 +1,4 @@ -Configuration handling -====================== +Configuration +============= .. automodule:: paramiko.config diff --git a/sites/docs/api/hostkeys.rst b/sites/docs/api/hostkeys.rst index b57a2c6c..0859fbed 100644 --- a/sites/docs/api/hostkeys.rst +++ b/sites/docs/api/hostkeys.rst @@ -1,4 +1,4 @@ -Host key / known_hosts handling -=============================== +Host keys / ``known_hosts`` files +================================= .. automodule:: paramiko.hostkeys |