From 36f6193a31ca7292b71705158ef0ee331e0e2513 Mon Sep 17 00:00:00 2001 From: Zac Hatfield-Dodds Date: Sat, 16 Sep 2023 14:56:11 -0700 Subject: [PATCH] Fix formatting --- 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 2f28b625b4..08c237f8cd 100644 --- a/hypothesis-python/docs/changes.rst +++ b/hypothesis-python/docs/changes.rst @@ -25,7 +25,7 @@ Hypothesis 6.x ------------------- This release enables the :obj:`~hypothesis.Phase.explain` :ref:`phase ` -by default. We hope it helps you to understand _why_ your failing tests have +by default. We hope it helps you to understand *why* your failing tests have failed! .. _v6.85.1: