Skip to content

Commit 0c6a357

Browse files
committed
docs and lint tweaks
1 parent 3547340 commit 0c6a357

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

guides/documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ That means every contributor gets to write their changelog!
5858
A changelog entry should be written in a new ``RELEASE.rst`` file in
5959
the `hypothesis-python` directory, or ``RELEASE.md`` for the Ruby and Rust
6060
versions. Note that any change to ``conjecture-rust`` is automatically also
61-
and change for our Ruby package, and therefore requires *two* release files!
61+
a change for our Ruby package, and therefore requires *two* release files!
6262

6363
The first line of the file specifies the component
6464
of the version number that will be updated, according to our

hypothesis-python/docs/changes.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ Hypothesis 6.x
2424
6.92.1 - 2023-12-16
2525
-------------------
2626

27-
This patch fixes a bug introduced in :ref:`version 6.92.0 <v6.92.0>`, where using :func:`~python:dataclasses.dataclass` with a :class:`~python:collections.defaultdict` field as a strategy argument would error.
27+
This patch fixes a bug introduced in :ref:`version 6.92.0 <v6.92.0>`,
28+
where using the :func:`~hypothesis.strategies.data` strategy would fail
29+
to draw a :func:`~python:dataclasses.dataclass` with a
30+
:class:`~python:collections.defaultdict` field. This was due to a bug
31+
in the standard library which `was fixed in 3.12
32+
<https://github.com/python/cpython/pull/32056>`__, so we've vendored the fix.
2833

2934
.. _v6.92.0:
3035

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ignore = [
3232
"B018",
3333
"C408",
3434
"COM812",
35+
"DJ007",
3536
"DJ008",
3637
"E721",
3738
"E731",

0 commit comments

Comments
 (0)