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/tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/refs/tag.py') diff --git a/git/refs/tag.py b/git/refs/tag.py index 11dbab97..cf41d971 100644 --- a/git/refs/tag.py +++ b/git/refs/tag.py @@ -9,7 +9,7 @@ class TagReference(Reference): ,a tag object or any other object. In the latter case additional information, like the signature or the tag-creator, is available. - This tag object will always point to a commit object, but may carray additional + This tag object will always point to a commit object, but may carry additional information in a tag object:: tagref = TagReference.list_items(repo)[0] -- cgit v1.2.3