diff --git a/hypothesis-python/RELEASE.rst b/hypothesis-python/RELEASE.rst index 5fdf4be46f..59b06a0af7 100644 --- a/hypothesis-python/RELEASE.rst +++ b/hypothesis-python/RELEASE.rst @@ -1,4 +1,4 @@ RELEASE_TYPE: patch Fix :func:`~hypothesis.strategies.from_type` -on :class:`collections.abc.Callable` returning :const:`None`. +on :class:`collections.abc.Callable` returning ``None``.