Skip to content

Commit

Permalink
Merge pull request #969 from timgates42/bugfix_typos
Browse files Browse the repository at this point in the history
docs: Fix a few typos
  • Loading branch information
Julian committed Jul 4, 2022
2 parents 1f1387b + e5aba49 commit ddb87af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonschema/_reflect.py
Expand Up @@ -60,7 +60,7 @@ def _importAndCheckStack(importName):
Import the given name as a module, then walk the stack to determine whether
the failure was the module not existing, or some code in the module (for
example a dependent import) failing. This can be helpful to determine
whether any actual application code was run. For example, to distiguish
whether any actual application code was run. For example, to distinguish
administrative error (entering the wrong module name), from programmer
error (writing buggy code in a module that fails to import).
Expand Down
2 changes: 1 addition & 1 deletion jsonschema/tests/_suite.py
Expand Up @@ -217,7 +217,7 @@ def _someone_save_us_the_module_of_the_caller():
"""
The FQON of the module 2nd stack frames up from here.
This is intended to allow us to dynamicallly return test case classes that
This is intended to allow us to dynamically return test case classes that
are indistinguishable from being defined in the module that wants them.
Otherwise, trial will mis-print the FQON, and copy pasting it won't re-run
Expand Down

0 comments on commit ddb87af

Please sign in to comment.