diff options
-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 """ |