summaryrefslogtreecommitdiff
path: root/git/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/util.py')
-rw-r--r--git/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/util.py b/git/util.py
index 16cc81c2..64fa45e1 100644
--- a/git/util.py
+++ b/git/util.py
@@ -325,8 +325,8 @@ class CallableRemoteProgress(RemoteProgress):
def update(self, *args, **kwargs):
self._callable(*args, **kwargs)
-class Actor(object):
+class Actor(object):
"""Actors hold information about a person acting on the repository. They
can be committers and authors or anything with a name and an email as
mentioned in the git log entries."""