diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-03-25 00:23:04 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-03-25 00:23:04 -0400 |
commit | fa22473c99e37399a83ea074b6528fa9496bb038 (patch) | |
tree | 6e20ff77e1342538b32485120e4204ba994581e3 /coverage/phystokens.py | |
parent | cd11ab654d784a1612863cdf419764482c8dc3bb (diff) | |
download | python-coveragepy-git-fa22473c99e37399a83ea074b6528fa9496bb038.tar.gz |
Typo
Diffstat (limited to 'coverage/phystokens.py')
-rw-r--r-- | coverage/phystokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/phystokens.py b/coverage/phystokens.py index 850f78bd..3beebab1 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.]+)") |