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
commit2b75fee1c634a3d6b7bea807657767370685e74b (patch)
tree02345fbb769c61a9f3e7f13ebdec28fe2ac3cbaa /igor.py
parente90415927fb2e5cd544bd31da62821284a8d42ab (diff)
downloadpython-coveragepy-2b75fee1c634a3d6b7bea807657767370685e74b.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 2e8bab3..83ed229 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))