Skip to content

Commit

Permalink
Update src/pyhf/pdf.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Feickert <matthew.feickert@cern.ch>
  • Loading branch information
kratsg and matthewfeickert committed Sep 20, 2023
1 parent f7ba736 commit 3c3c564
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pyhf/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3c3c564

Please sign in to comment.