Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix a few typos #969

Merged
merged 1 commit into from Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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