diff options
Diffstat (limited to 'git/remote.py')
-rw-r--r-- | git/remote.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py index b6ac66cb..39b72249 100644 --- a/git/remote.py +++ b/git/remote.py @@ -221,7 +221,8 @@ class FetchInfo(object): @classmethod def refresh(cls): - """This gets called by the setup function (see the top level __init__). + """This gets called by the refresh function (see the top level + __init__). """ # clear the old values in _flag_map try: |