From e0841d716953710ab9bca9d1715a710df9c61ca0 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 8 Sep 2013 12:49:28 -0400 Subject: fix grammar --- test_six.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_six.py') diff --git a/test_six.py b/test_six.py index feabd73..efeb33e 100644 --- a/test_six.py +++ b/test_six.py @@ -530,7 +530,7 @@ def test_print_(): @py.test.mark.skipif("sys.version_info[:2] >= (2, 6)") def test_print_encoding(monkeypatch): - # Fool the type checking print_. + # Fool the type checking in print_. monkeypatch.setattr(six, "file", six.BytesIO, raising=False) out = six.BytesIO() out.encoding = "utf-8" -- cgit v1.2.1