Pypi -> PyPI

pull/1238/head
Alessio Sergi 2018-02-15 19:50:13 +01:00
parent 780812d943
commit fb20b664be
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -745,7 +745,7 @@ Version 1.7.6
Version 1.7.5
=============
* Force the Pypi installer to use the psutil branch 1.x (#333)
* Force the PyPI installer to use the psutil branch 1.x (#333)
Version 1.7.4
=============
@ -783,7 +783,7 @@ Version 1.7.1
* Fix IoWait error on FreeBSD / Mac OS
* HDDTemp module is now Python v3 compatible
* Don't warn a process is not running if countmin=0
* Add Pypi badge on the README.rst
* Add PyPI badge on the README.rst
* Update documentation
* Add document structure for http://readthedocs.org

View File

@ -144,7 +144,7 @@ class GlancesStandalone(object):
# Exit from export modules
self.stats.end()
# Check Glances version versus Pypi one
# Check Glances version versus PyPI one
if self.outdated.is_outdated():
print("You are using Glances version {}, however version {} is available.".format(
self.outdated.installed_version(), self.outdated.latest_version()))