summaryrefslogtreecommitdiff
path: root/git/refs/head.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-14 17:47:44 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-14 17:49:33 +0100
commit6569c4849197c9475d85d05205c55e9ef28950c1 (patch)
tree3dfb25f7c23a74e466e43ab6db87eeb4290712a7 /git/refs/head.py
parent53e5fb3733e491925a01e9da6243e93c2e4214c1 (diff)
downloadgitpython-6569c4849197c9475d85d05205c55e9ef28950c1.tar.gz
Fixed some doc strings to build correctly with sphinx
Fixes #7 [ci skip]
Diffstat (limited to 'git/refs/head.py')
-rw-r--r--git/refs/head.py1
1 files changed, 1 insertions, 0 deletions
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.