aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5f00c0d..9b87396 100755
--- a/setup.py
+++ b/setup.py
@@ -116,8 +116,8 @@ class build_docs(Command):
return 'Python Markdown'
def run(self):
- # Before importing markdown, we have to tweak sys.path because we have to import it from
- # the build directory (we might have ran 2to3 on the library)
+ # Before importing markdown, tweak sys.path to import from the
+ # build directory (2to3 might have run on the library).
bld_cmd = self.get_finalized_command("build")
sys.path.insert(0, bld_cmd.build_lib)
try: