From 133149a901fd691bd77e4f4663db16ea6d0e5041 Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Fri, 23 Sep 2022 16:02:37 -0500 Subject: [PATCH] grammar fix --- docs/release-notes/v0.7.0.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/v0.7.0.rst b/docs/release-notes/v0.7.0.rst index 38d60e988f..f6c17aca9f 100644 --- a/docs/release-notes/v0.7.0.rst +++ b/docs/release-notes/v0.7.0.rst @@ -38,7 +38,7 @@ Important Notes * A ``pyhf.default_backend`` has been added that is configurable through a ``default`` kwarg in :func:`pyhf.set_backend`. (PR :pr:`1646`) - This is as part of work to make ``pyhf`` fully automatic differentiable. + This is part of work to make ``pyhf`` fully automatic differentiable. (Issue :issue:`882`) * Schema validation now allows for both :class:`list` and ``pyhf.tensorlib`` objects to exist in the model specification.