File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ def _importAndCheckStack(importName):
60
60
Import the given name as a module, then walk the stack to determine whether
61
61
the failure was the module not existing, or some code in the module (for
62
62
example a dependent import) failing. This can be helpful to determine
63
- whether any actual application code was run. For example, to distiguish
63
+ whether any actual application code was run. For example, to distinguish
64
64
administrative error (entering the wrong module name), from programmer
65
65
error (writing buggy code in a module that fails to import).
66
66
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ def _someone_save_us_the_module_of_the_caller():
217
217
"""
218
218
The FQON of the module 2nd stack frames up from here.
219
219
220
- This is intended to allow us to dynamicallly return test case classes that
220
+ This is intended to allow us to dynamically return test case classes that
221
221
are indistinguishable from being defined in the module that wants them.
222
222
223
223
Otherwise, trial will mis-print the FQON, and copy pasting it won't re-run
You can’t perform that action at this time.
0 commit comments