Commit 44820839 authored by Paweł Szostek's avatar Paweł Szostek

env.py: correct typo

parent dd508b22
......@@ -50,7 +50,7 @@ class _PrintClass(object):
_plain_print(*args, **kwargs)
print = _PrintClass()
_64bit_architecture = sys.maxsize > 2*32
_64bit_architecture = sys.maxsize > 2**32
class _IsePath(object):
_ise_path_32 = {
......
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