File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 43
43
* Support for Python 2.6 has been dropped.
44
44
* Improve a few error messages for ``uniqueItems `` (#224) and
45
45
``additionalProperties `` (#317)
46
- * Fixed an issue with ``ErrorTree ``'s handling of multiple errors (#288)
46
+ * Fixed an issue with ``ErrorTree ``'s handling of multiple errors (#288)
47
47
48
48
v2.5.0
49
49
------
175
175
In order to make this happen (and also to clean things up a bit), a number
176
176
of deprecations are necessary:
177
177
178
- * ``stop_on_error `` is deprecated in ``Validator.__init__ ``. Use
178
+ * ``stop_on_error `` is deprecated in ``Validator.__init__ ``. Use
179
179
``Validator.iter_errors() `` instead.
180
180
* ``number_types `` and ``string_types `` are deprecated there as well.
181
181
Use ``types={"number" : ..., "string" : ...} `` instead.
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Benchmarks
125
125
----------
126
126
127
127
``jsonschema ``'s benchmarks make use of `pyperf
128
- <https://pyperf.readthedocs.io> `_. Running them can be done via::
128
+ <https://pyperf.readthedocs.io> `_. Running them can be done via::
129
129
130
130
$ tox -e perf
131
131
You can’t perform that action at this time.
0 commit comments