From 6569c4849197c9475d85d05205c55e9ef28950c1 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 14 Jan 2015 17:47:44 +0100 Subject: Fixed some doc strings to build correctly with sphinx Fixes #7 [ci skip] --- git/refs/remote.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git/refs/remote.py') diff --git a/git/refs/remote.py b/git/refs/remote.py index b692e6df..1f256b75 100644 --- a/git/refs/remote.py +++ b/git/refs/remote.py @@ -25,7 +25,8 @@ class RemoteReference(Head): @classmethod def delete(cls, repo, *refs, **kwargs): - """Delete the given remote references. + """Delete the given remote references + :note: kwargs are given for compatability with the base class method as we should not narrow the signature.""" -- cgit v1.2.1