commit | 72f9fbaff7289ab5f6b1411b69e06b74d198a5f3 | [log] [tgz] |
---|---|---|
author | Jonathon Belotti <jonathon@canva.com> | Mon Dec 16 11:06:19 2019 +1100 |
committer | Jonathon Belotti <jonathon@canva.com> | Mon Dec 16 11:06:19 2019 +1100 |
tree | ff2038b5e63dfb72eaec7dea5db573fc463e8a10 | |
parent | 92397ee0a6882a7388fef9e8c80bc1108a77753c [diff] |
fix spelling mistake
diff --git a/src/purelib.py b/src/purelib.py index 96ddccf..3357de9 100644 --- a/src/purelib.py +++ b/src/purelib.py
@@ -20,7 +20,7 @@ dot_data_dir = wheel.get_dot_data_directory(extracted_whl_directory) - # 'Root-Is-Purelib: false' is no gaurante a .date directory exists with + # 'Root-Is-Purelib: false' is no guarantee a .date directory exists with # package code in it. eg. the 'markupsafe' package. if dot_data_dir: for child in pathlib.Path(dot_data_dir).iterdir():