diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-02-21 11:21:55 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-02-21 11:21:55 +0100 |
commit | 9d1a489931ecbdd652111669c0bd86bcd6f5abbe (patch) | |
tree | 4c6290985bc2a972dec75c3a0704aca108bc16cf | |
parent | 3236f8b966061b23ba063f3f7e1652764fee968f (diff) | |
download | gitpython-9d1a489931ecbdd652111669c0bd86bcd6f5abbe.tar.gz |
Fixed trailing white space!
Think about how expensive this single invisible character was, with
all the time and energy spent on it !
-rw-r--r-- | git/remote.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 """ |