From dc70d497802a9d3279ac663c09265a4144767c1f Mon Sep 17 00:00:00 2001 From: Marcus Smith Date: Sat, 20 Apr 2013 11:34:47 -0700 Subject: [PATCH] pep8 comment fix --- pip/req.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pip/req.py b/pip/req.py index f91f4a9cc94..31a33319ba1 100644 --- a/pip/req.py +++ b/pip/req.py @@ -1049,8 +1049,8 @@ def prepare_files(self, finder, force_root_egg_info=False, bundle=False): unpack = True url = None - #if a checkout exists, it's unwise to keep going - #version inconsistencies are logged later, but do not fail the installation + # If a checkout exists, it's unwise to keep going. + # Version inconsistencies are logged later, but do not fail the installation. if os.path.exists(os.path.join(location, 'setup.py')): msg = textwrap.dedent(""" pip can't install requirement '%s' due to a pre-existing build directory.