From 0c38af32a0cada8d35671adff86c871d3badb37a Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 21 Feb 2017 06:36:54 -0500 Subject: Use an ISO standard encoding in coding declarations See https://twitter.com/nedbat/status/833723932658262016 for pedantry. --- tests/test_summary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_summary.py') diff --git a/tests/test_summary.py b/tests/test_summary.py index 8eed08fe..9ade19a5 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -1,4 +1,4 @@ -# coding: utf8 +# coding: utf-8 # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt -- cgit v1.2.1