summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Wagner <wagner.mark.d@gmail.com>2016-03-14 21:55:31 -0700
committerMark Wagner <wagner.mark.d@gmail.com>2016-03-14 21:55:31 -0700
commita91a659a3a7d8a099433d02697777221c5b9d16f (patch)
tree7c06876ec4c73dd05cd8d80e1aef6505f32795d5 /doc
parentceae5e9f6bf753163f81af02640e5a479d2a55c0 (diff)
downloadgitpython-a91a659a3a7d8a099433d02697777221c5b9d16f.tar.gz
Fix it's vs its in tutorial.rst
Diffstat (limited to 'doc')
-rw-r--r--doc/source/tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst
index 2533216c..b0ef273d 100644
--- a/doc/source/tutorial.rst
+++ b/doc/source/tutorial.rst
@@ -260,7 +260,7 @@ A :class:`tree <git.objects.tree.Tree>` records pointers to the contents of a di
:start-after: # [17-test_references_and_objects]
:end-before: # ![17-test_references_and_objects]
-Once you have a tree, you can get it's contents
+Once you have a tree, you can get its contents
.. literalinclude:: ../../git/test/test_docs.py
:language: python