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/head.py | 1 + 1 file changed, 1 insertion(+) (limited to 'git/refs/head.py') diff --git a/git/refs/head.py b/git/refs/head.py index 750d15b6..18dac349 100644 --- a/git/refs/head.py +++ b/git/refs/head.py @@ -114,6 +114,7 @@ class Head(Reference): @classmethod def delete(cls, repo, *heads, **kwargs): """Delete the given heads + :param force: If True, the heads will be deleted even if they are not yet merged into the main development stream. -- cgit v1.2.1