Merge pull request #420 from nicopons96/plotting-typo

Fix typo in warning message
This commit is contained in:
Robert Martin
2022-03-23 15:59:32 +00:00
committed by GitHub

View File

@@ -183,7 +183,7 @@ def _plot_ef(ef, ef_param, ef_param_range, ax, show_assets):
continue
except ValueError:
warnings.warn(
"Could not construct portfolio for paramter value {:.3f}".format(
"Could not construct portfolio for parameter value {:.3f}".format(
param_value
)
)