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(