diff options
| author | Giampaolo Rodola <g.rodola@gmail.com> | 2015-02-09 17:22:41 +0100 |
|---|---|---|
| committer | Giampaolo Rodola <g.rodola@gmail.com> | 2015-02-09 17:22:41 +0100 |
| commit | 88ceaf9c27c4b4fe1ace97b0e65f02ea7aab424c (patch) | |
| tree | 24fdc3ee9a36ed9ff1a3f850a3ee435feef33ef5 /docs | |
| parent | 734208781900e194878a712e9973859f843d8283 (diff) | |
| download | psutil-88ceaf9c27c4b4fe1ace97b0e65f02ea7aab424c.tar.gz | |
solve potential memory leak
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 92d7fe73..bbed0287 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,9 +18,9 @@ Quick links * `Home page <https://github.com/giampaolo/psutil>`__ * `Blog <http://grodola.blogspot.com/search/label/psutil>`__ -* `Download <https://pypi.python.org/pypi?:action=display&name=psutil#downloads>`__ * `Forum <http://groups.google.com/group/psutil/topics>`__ -- `Installation <https://github.com/giampaolo/psutil/blob/master/INSTALL.rst>`_ +* `Download <https://pypi.python.org/pypi?:action=display&name=psutil#downloads>`__ +* `Installation <https://github.com/giampaolo/psutil/blob/master/INSTALL.rst>`_ * `What's new <https://github.com/giampaolo/psutil/blob/master/HISTORY.rst>`__ About |
