Skip to content

Commit

Permalink
Add missing backtick.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert authored Sep 20, 2023
1 parent 3c3c564 commit 6d6e93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhf/pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def modifications(self, pars):
- 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`
with ``"multiplication"`` ``op_code``
"""
deltas = list(
filter(
Expand Down

0 comments on commit 6d6e93a

Please sign in to comment.