Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 14, 2020
1 parent 5f7beef commit c75d949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhf/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ def build(cls, model, data, name='measurement'):
model (tensor): A array holding observations to store into a workspace
Returns:
~pyhf.workspace.Workspace: A new workspace object
~pyhf.workspace.Workspace: A new workspace object
"""
workspace = copy.deepcopy(model.spec)
Expand Down

0 comments on commit c75d949

Please sign in to comment.