From a91a659a3a7d8a099433d02697777221c5b9d16f Mon Sep 17 00:00:00 2001 From: Mark Wagner Date: Mon, 14 Mar 2016 21:55:31 -0700 Subject: [PATCH] Fix it's vs its in tutorial.rst --- doc/source/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index 2533216c9..b0ef273d4 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -260,7 +260,7 @@ A :class:`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