From 027594e1a7d7c8b9e35b252a48fcaf9526411ffb Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 31 Jan 2014 17:13:51 +0200 Subject: Typo fixes in comments. --- tests/basics/int-small.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basics') 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) -- cgit v1.2.3