We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0365e commit fb20477Copy full SHA for fb20477
git/util.py
@@ -325,8 +325,8 @@ def __init__(self, fn):
325
def update(self, *args, **kwargs):
326
self._callable(*args, **kwargs)
327
328
-class Actor(object):
329
+class Actor(object):
330
"""Actors hold information about a person acting on the repository. They
331
can be committers and authors or anything with a name and an email as
332
mentioned in the git log entries."""
0 commit comments