diff options
author | Steven Colby <steven.w.colby@hpe.com> | 2016-05-18 14:22:51 -0600 |
---|---|---|
committer | Steven Colby <steven.w.colby@hpe.com> | 2016-05-18 14:37:12 -0600 |
commit | b8d6fb2898ba465bc1ade60066851134a656a76c (patch) | |
tree | 2365c511e4f6979712aa5c7a76a23cc4ab571d6a /git/test/test_docs.py | |
parent | fb577c8a1eca8958415b76cde54d454618ac431e (diff) | |
download | gitpython-b8d6fb2898ba465bc1ade60066851134a656a76c.tar.gz |
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/
Diffstat (limited to 'git/test/test_docs.py')
-rw-r--r-- | git/test/test_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 # |