summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-10-29 12:06:52 +0200
committerGuido Günther <agx@sigxcpu.org>2011-10-29 12:07:06 +0200
commitd5094b46cea9bb686021508e3762d88b9bd557c3 (patch)
tree4f200d655ae4c8948d06657d73439908bb8f3caf /tests
parent004eac7c7c6298b9f1c5e9cc1b6e6dea61433b57 (diff)
Fix epydoc warnings
Diffstat (limited to 'tests')
-rw-r--r--tests/test_GitModifier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_GitModifier.py b/tests/test_GitModifier.py
index 10188a0e..d463c2ea 100644
--- a/tests/test_GitModifier.py
+++ b/tests/test_GitModifier.py
@@ -7,8 +7,8 @@ Test L{gbp.git.GitModifier}
def test_author():
"""
Methods tested:
- - L{gbp.git.GitModifer.get_author_env}
- - L{gbp.git.GitModifer.get_comitter_env}
+ - L{gbp.git.GitModifier.get_author_env}
+ - L{gbp.git.GitModifier.get_committer_env}
>>> import gbp.git
>>> modifier = gbp.git.GitModifier("foo", "bar")