diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-12 19:53:31 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-09-12 19:53:31 -0400 |
| commit | c907b2ee1184dbcea1a3698588ad198a32fbea71 (patch) | |
| tree | 466be547016f5efe52aa8bdf651d26a438a8e142 /tests/modules/usepkgs.py | |
| parent | 263f3e1da8e5a6a32056a8697286f9adf0f6a55d (diff) | |
| download | python-coveragepy-git-c907b2ee1184dbcea1a3698588ad198a32fbea71.tar.gz | |
ambigious -> ambiguous
Diffstat (limited to 'tests/modules/usepkgs.py')
| -rw-r--r-- | tests/modules/usepkgs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/usepkgs.py b/tests/modules/usepkgs.py index 2e4d21a7..7b42976d 100644 --- a/tests/modules/usepkgs.py +++ b/tests/modules/usepkgs.py @@ -5,4 +5,4 @@ import pkg1.p1a, pkg1.p1b, pkg1.sub import pkg2.p2a, pkg2.p2b import othermods.othera, othermods.otherb import othermods.sub.osa, othermods.sub.osb -import ambigious, ambigious.pkg1.ambigious +import ambiguous, ambiguous.pkg1.ambiguous |
