summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-11-04 15:01:23 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-11-04 15:01:23 -0400
commit52a691531e3c290e2e8d664878145c67a04bfd45 (patch)
treec013b52ad920a15d8759e27d6d709dcc1dff6387 /igor.py
parent98d1092907358c5c9adc03de20e2b35db8c3af3c (diff)
downloadpython-coveragepy-git-52a691531e3c290e2e8d664878145c67a04bfd45.tar.gz
Point 'home page' on pypi to bitbucket
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index 2e8bab3d..83ed229d 100644
--- a/igor.py
+++ b/igor.py
@@ -318,7 +318,7 @@ def print_banner(label):
try:
which_python = os.path.relpath(sys.executable)
except ValueError:
- # On Windows having a python executable on a different drives
+ # On Windows having a python executable on a different drive
# than the sources cannot be relative.
which_python = sys.executable
print('=== %s %s %s (%s) ===' % (impl, version, label, which_python))