summaryrefslogtreecommitdiff
path: root/lib/git/actor.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/actor.py')
-rw-r--r--lib/git/actor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/actor.py b/lib/git/actor.py
index f1aeda9b..fe4a47e5 100644
--- a/lib/git/actor.py
+++ b/lib/git/actor.py
@@ -25,7 +25,7 @@ class Actor(object):
return '<git.Actor "%s <%s>">' % (self.name, self.email)
@classmethod
- def from_string(cls, string):
+ def _from_string(cls, string):
"""
Create an Actor from a string.