diff options
Diffstat (limited to 'lib/git/actor.py')
-rw-r--r-- | lib/git/actor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/actor.py b/lib/git/actor.py index afd94016..901e52af 100644 --- a/lib/git/actor.py +++ b/lib/git/actor.py @@ -15,7 +15,7 @@ class Actor(object): return self.name def __repr__(self): - return '<GitPython.Actor "%s <%s>">' % (self.name, self.email) + return '<git.Actor "%s <%s>">' % (self.name, self.email) @classmethod def from_string(cls, string): |