summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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