Skip to content

Commit e5aba49

Browse files
committed
docs: Fix a few typos
There are small typos in: - jsonschema/_reflect.py - jsonschema/tests/_suite.py Fixes: - Should read `dynamically` rather than `dynamicallly`. - Should read `distinguish` rather than `distiguish`.
1 parent 1f1387b commit e5aba49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonschema/_reflect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

jsonschema/tests/_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)