Skip to content

Commit d8a9194

Browse files
committed
install: fix typo
Signed-off-by: Filipe Laíns <[email protected]>
1 parent 0d61a14 commit d8a9194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _verify_compability(dir, verify_dependencies=False): # type: (str, bool) ->
185185
raise InstallException('Missing dependency: {}'.format(req))
186186

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

190190

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

0 commit comments

Comments
 (0)