Skip to content

Commit

Permalink
feickert comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Mar 23, 2022
1 parent 2f17722 commit d111ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyhf/schema/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ class Schema(sys.modules[__name__].__class__):
>>> import pyhf.schema
>>> import pathlib
>>> new_path = pathlib.Path("/home/root/my/new/path")
>>> curr_path = pyhf.schema.path
>>> curr_path # doctest: +ELLIPSIS
PosixPath('.../pyhf/schemas')
>>> new_path = pathlib.Path("/home/root/my/new/path")
>>> pyhf.schema(new_path) # doctest: +ELLIPSIS
<module 'pyhf.schema' from ...>
>>> pyhf.schema.path
Expand Down

0 comments on commit d111ca7

Please sign in to comment.