From 9d1a489931ecbdd652111669c0bd86bcd6f5abbe Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 21 Feb 2015 11:21:55 +0100 Subject: Fixed trailing white space! Think about how expensive this single invisible character was, with all the time and energy spent on it ! --- git/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/remote.py') diff --git a/git/remote.py b/git/remote.py index bb2165f2..6a15c9c4 100644 --- a/git/remote.py +++ b/git/remote.py @@ -458,7 +458,7 @@ class Remote(LazyMixin, Iterable): 'refs' property for an example. To make things more complicated, it can be possble for the list to include - other kinds of references, for example, tag references, if these are stale + other kinds of references, for example, tag references, if these are stale as well. This is a fix for the issue described here: https://github.com/gitpython-developers/GitPython/issues/260 """ -- cgit v1.2.1