summaryrefslogtreecommitdiff
path: root/coverage/phystokens.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/phystokens.py')
-rw-r--r--coverage/phystokens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/phystokens.py b/coverage/phystokens.py
index 850f78b..3beebab 100644
--- a/coverage/phystokens.py
+++ b/coverage/phystokens.py
@@ -117,7 +117,7 @@ def source_encoding(source):
# built-in tools to do this.
assert sys.version_info < (3, 0)
- # This is mostly code adapted rom Py3.2's tokenize module.
+ # This is mostly code adapted from Py3.2's tokenize module.
cookie_re = re.compile("coding[:=]\s*([-\w.]+)")