Skip to content

Commit

Permalink
fix typehints (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
FFroehlich committed Oct 19, 2020
1 parent d71ac85 commit 05b0f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pysb/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,9 +323,9 @@ def __call__(self, conditions=None, **kwargs):
Parameters
----------
conditions : dict, optional
conditions: dict, optional
See MonomerPattern.site_conditions.
**kwargs : dict
**kwargs: Union[None, int, str, Tuple[str,int], MultiSite, List[int]]
See MonomerPattern.site_conditions.
"""
Expand Down

0 comments on commit 05b0f00

Please sign in to comment.