summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-03-15 07:06:28 +0100
committerSebastian Thiel <byronimo@gmail.com>2016-03-15 07:06:28 +0100
commitb2971489fec32160836519e66ca6b97987c33d0c (patch)
tree7c06876ec4c73dd05cd8d80e1aef6505f32795d5
parentceae5e9f6bf753163f81af02640e5a479d2a55c0 (diff)
parenta91a659a3a7d8a099433d02697777221c5b9d16f (diff)
downloadgitpython-b2971489fec32160836519e66ca6b97987c33d0c.tar.gz
Merge pull request #397 from wagnermarkd/patch-1
Fix it's vs its in tutorial.rst
-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