From 66c41eb3b2b4130c7b68802dd2078534d1f6bf7a Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Thu, 20 Oct 2016 19:20:32 -0300 Subject: Fix some typos --- git/refs/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/refs/remote.py') diff --git a/git/refs/remote.py b/git/refs/remote.py index 1f256b75..b5318bc3 100644 --- a/git/refs/remote.py +++ b/git/refs/remote.py @@ -28,7 +28,7 @@ class RemoteReference(Head): """Delete the given remote references :note: - kwargs are given for compatability with the base class method as we + kwargs are given for comparability with the base class method as we should not narrow the signature.""" repo.git.branch("-d", "-r", *refs) # the official deletion method will ignore remote symbolic refs - these -- cgit v1.2.1