Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Apr 28, 2021
1 parent f33f377 commit ee3669d
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 @@ -374,7 +374,7 @@ def set_poi(self, name):
>>> model = pyhf.simplemodels.hepdata_like(
... signal_data=[12.0, 11.0], bkg_data=[50.0, 52.0], bkg_uncerts=[3.0, 7.0]
... )
>>> model.config.param_set("mu")
>>> model.config.set_poi("mu")
>>> model.config.poi_name
'mu'
"""
Expand Down

0 comments on commit ee3669d

Please sign in to comment.