From ac5b482d297a80e6f86af90ccb1cfb8e2d377774 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Tue, 16 Oct 2018 18:03:51 +0100 Subject: Fix spelling of it's and its --- versioneer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'versioneer.py') diff --git a/versioneer.py b/versioneer.py index 48e9b2e25..1c97e0227 100644 --- a/versioneer.py +++ b/versioneer.py @@ -1494,7 +1494,7 @@ def get_cmdclass(): # of Versioneer. A's setup.py imports A's Versioneer, leaving it in # sys.modules by the time B's setup.py is executed, causing B to run # with the wrong versioneer. Setuptools wraps the sub-dep builds in a - # sandbox that restores sys.modules to it's pre-build state, so the + # sandbox that restores sys.modules to its pre-build state, so the # parent is protected against the child's "import versioneer". By # removing ourselves from sys.modules here, before the child build # happens, we protect the child from the parent's versioneer too. -- cgit v1.2.1