From e3e2c8c14b861b4d4865a9574e812ef9f2609771 Mon Sep 17 00:00:00 2001 From: Michael Trier Date: Wed, 3 Mar 2010 23:46:23 -0500 Subject: Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian to the AUTHORS file. --- lib/git/actor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/git/actor.py') diff --git a/lib/git/actor.py b/lib/git/actor.py index bc1a4479..de85a202 100644 --- a/lib/git/actor.py +++ b/lib/git/actor.py @@ -1,5 +1,5 @@ # actor.py -# Copyright (C) 2008, 2009 Michael Trier (mtrier@gmail.com) and contributors +# Copyright (C) 2008-2010 Michael Trier (mtrier@gmail.com) and contributors # # This module is part of GitPython and is released under # the BSD License: http://www.opensource.org/licenses/bsd-license.php @@ -7,8 +7,8 @@ import re 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 + """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.""" def __init__(self, name, email): self.name = name -- cgit v1.2.3