Commit 241033c1 by Sébastien Eustace

Fix typo

parent 29264bcb
...@@ -408,7 +408,7 @@ class Installer: ...@@ -408,7 +408,7 @@ class Installer:
PlatformConstraint('=', sys.platform) PlatformConstraint('=', sys.platform)
): ):
# Incompatible systems # Incompatible systems
op.skip('Not need for the current platform') op.skip('Not needed for the current platform')
continue continue
if self._update: if self._update:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment