From b8d6fb2898ba465bc1ade60066851134a656a76c Mon Sep 17 00:00:00 2001 From: Steven Colby Date: Wed, 18 May 2016 14:22:51 -0600 Subject: Need spaces in Emacs style encoding comment Although it's hard to see, PEP-0263 does have ws delimiting the 'coding' string. This commit will fix the root cause of (at least) one bug: https://lists.fedoraproject.org/archives/list/eclipse-sig@lists.fedoraproject.org/thread/5XQ5JRHG6DPPMGRDU7TA2AO4EYS2H7AG/ --- git/test/test_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_docs.py') diff --git a/git/test/test_docs.py b/git/test/test_docs.py index 189cdc43..7b3b7474 100644 --- a/git/test/test_docs.py +++ b/git/test/test_docs.py @@ -1,4 +1,4 @@ -#-*-coding:utf-8-*- +# -*- coding: utf-8 -*- # test_git.py # Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors # -- cgit v1.2.1