Skip to content

Commit 85b8509

Browse files
committed
Trailing whitespace
1 parent ee1bc0c commit 85b8509

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ v2.6.0
4343
* Support for Python 2.6 has been dropped.
4444
* Improve a few error messages for ``uniqueItems`` (#224) and
4545
``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)
4747

4848
v2.5.0
4949
------
@@ -175,7 +175,7 @@ v0.4
175175
In order to make this happen (and also to clean things up a bit), a number
176176
of deprecations are necessary:
177177

178-
* ``stop_on_error`` is deprecated in ``Validator.__init__``. Use
178+
* ``stop_on_error`` is deprecated in ``Validator.__init__``. Use
179179
``Validator.iter_errors()`` instead.
180180
* ``number_types`` and ``string_types`` are deprecated there as well.
181181
Use ``types={"number" : ..., "string" : ...}`` instead.

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Benchmarks
125125
----------
126126

127127
``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::
129129

130130
$ tox -e perf
131131

0 commit comments

Comments
 (0)