diff --git a/NEWS b/NEWS index 62db6858..44a448d0 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/glances/standalone.py b/glances/standalone.py index ed01f213..4f248c12 100644 --- a/glances/standalone.py +++ b/glances/standalone.py @@ -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()))