From 3c3c564c98a07ca97c90094ce74abef21afdb53a Mon Sep 17 00:00:00 2001 From: Giordon Stark Date: Wed, 20 Sep 2023 11:15:55 -0700 Subject: [PATCH] Update src/pyhf/pdf.py Co-authored-by: Matthew Feickert --- src/pyhf/pdf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pyhf/pdf.py b/src/pyhf/pdf.py index aedf788d1a..61776402a4 100644 --- a/src/pyhf/pdf.py +++ b/src/pyhf/pdf.py @@ -660,10 +660,10 @@ def modifications(self, pars): Returns: Tuple of additive and multiplicative modifications: - - deltas (:obj:`list`) is the result of an `apply(pars)` of combined modifiers - with 'addition' op_code - - factors (:obj:`list`) is the result of `apply(pars)` of combined modifiers - with 'multiplication' op_code + - deltas (:obj:`list`) is the result of an ``apply(pars)`` of combined modifiers + with ``"addition"`` ``op_code`` + - factors (:obj:`list`) is the result of ``apply(pars)`` of combined modifiers + with ``"multiplication"`` ``op_code` """ deltas = list( filter(