Skip to content

Commit

Permalink
Removed extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
ranaroussi authored May 2, 2022
1 parent fa31afb commit a9bb2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantstats/reports.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def html(returns, benchmark=None, rf=0., grayscale=False,
returns = _utils._prepare_returns(returns)
if benchmark is not None:

def get_benchmark_title(bench):
def get_benchmark_title(bench):
if isinstance(bench, str):
return bench
elif isinstance(bench, _pd.Series):
Expand Down

0 comments on commit a9bb2ca

Please sign in to comment.