Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rpreen committed Jun 28, 2023
1 parent 6d7041b commit 15f3e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acro/acro.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ACRO:
>>> acro = ACRO()
>>> results = acro.ols(y, x)
>>> results.summary()
>>> acro.finalise("my_results.json")
>>> acro.finalise("MYFOLDER", "json")
"""

def __init__(self, config: str = "default") -> None:
Expand Down

0 comments on commit 15f3e76

Please sign in to comment.