From e704747721609fcb25267041292c14493751b61c Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 14 Oct 2016 15:49:20 -0400 Subject: Update doctest to pass --- setuptools/command/py36compat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setuptools/command/py36compat.py b/setuptools/command/py36compat.py index 883221da..def5906a 100644 --- a/setuptools/command/py36compat.py +++ b/setuptools/command/py36compat.py @@ -39,9 +39,9 @@ class sdist_add_defaults: """ Case-sensitive path existence check - >>> sdist._cs_path_exists(__file__) + >>> sdist_add_defaults._cs_path_exists(__file__) True - >>> sdist._cs_path_exists(__file__.upper()) + >>> sdist_add_defaults._cs_path_exists(__file__.upper()) False """ if not os.path.exists(fspath): -- cgit v1.2.3