We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceede42 commit 0e49379Copy full SHA for 0e49379
docs/errors.rst
@@ -103,7 +103,7 @@ the schema each of these errors come from. In the case of sub-errors from the
103
.. code-block:: python
104
105
>>> for e in errors:
106
- ... for sube in sorted(e.context, key=lambda e: e.schema_path:
+ ... for sube in sorted(e.context, key=lambda e: e.schema_path):
107
... print list(sube.schema_path), sube
108
[0, 'type'] {} is not of type 'string'
109
[1, 'type'] {} is not of type 'integer'
0 commit comments