Skip to content

Commit

Permalink
install: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Laíns <[email protected]>
  • Loading branch information
FFY00 committed Jun 21, 2020
1 parent 0d61a14 commit d8a9194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def _verify_compability(dir, verify_dependencies=False): # type: (str, bool) ->
raise InstallException('Missing dependency: {}'.format(req))

except ImportError as e:
warnings.warn('{}: Platform/Python tags were not verified for compatibity'.format(e), InstallWarning)
warnings.warn('{}: Platform/Python tags were not verified for compatibility'.format(e), InstallWarning)


def _save_pickle(dir, name, data): # type: (str, str, Any) -> None
Expand Down

0 comments on commit d8a9194

Please sign in to comment.