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):
6060 Import the given name as a module, then walk the stack to determine whether
6161 the failure was the module not existing, or some code in the module (for
6262 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
6464 administrative error (entering the wrong module name), from programmer
6565 error (writing buggy code in a module that fails to import).
6666
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ def _someone_save_us_the_module_of_the_caller():
217217 """
218218 The FQON of the module 2nd stack frames up from here.
219219
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
221221 are indistinguishable from being defined in the module that wants them.
222222
223223 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