diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-31 17:13:51 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-01-31 19:47:23 +0200 |
commit | 027594e1a7d7c8b9e35b252a48fcaf9526411ffb (patch) | |
tree | 48a3edef041981923bfb1476de53c5ca7779c955 /tests/basics/int-small.py | |
parent | c92a56dc937dc414139e2bff958190cfb18de5d9 (diff) |
Typo fixes in comments.
Diffstat (limited to 'tests/basics/int-small.py')
-rw-r--r-- | tests/basics/int-small.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basics/int-small.py b/tests/basics/int-small.py index be338c4a4..53902c7e3 100644 --- a/tests/basics/int-small.py +++ b/tests/basics/int-small.py @@ -1,4 +1,4 @@ -# This test small int range for 32-bit machine +# This tests small int range for 32-bit machine a = 0x3fffff print(a) |