Skip to content

Commit

Permalink
fix sphinx ref
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Nov 18, 2022
1 parent 6e5572e commit 2bc6e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
RELEASE_TYPE: minor

Since :ref:`v6.27.1 <_v6.27.1>` the backing data structure of
Since :ref:`v6.27.1` the backing data structure of
:func:`~hypothesis.register_random` is a :class:`weakref.WeakKeyDictionary`. As a
consequence, passing an unreferenced object to :func:`~hypothesis.register_random` will
have no affect on Hypothesis' tracking of RNG sources. This patch modifies
Expand Down

0 comments on commit 2bc6e4e

Please sign in to comment.