From 2c83b0673776f36c2b1dda449e3057d7b2a0d871 Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Sun, 12 Jun 2022 12:49:32 -0700 Subject: [PATCH] Update numpy link --- hypothesis-python/docs/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypothesis-python/docs/changes.rst b/hypothesis-python/docs/changes.rst index 0c1c3a1cb0..dbdd826546 100644 --- a/hypothesis-python/docs/changes.rst +++ b/hypothesis-python/docs/changes.rst @@ -1318,7 +1318,7 @@ to :pep:`646` is released, hopefully in Python 3.11. -------------------- This patch teaches :doc:`the Ghostwriter ` how to find -:doc:`custom ufuncs ` from *any* module that defines them, +:doc:`custom ufuncs ` from *any* module that defines them, and that ``yaml.unsafe_load()`` does not undo ``yaml.safe_load()``. .. _v6.13.12: