Fix typo in docstring (#9730)

This commit is contained in:
John Lapeyre 2023-03-04 13:43:06 -05:00 committed by GitHub
parent 35feded397
commit dbdf867904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -287,8 +287,7 @@ def _plotting_core(
if legend and len(legend) != len(data):
raise VisualizationError(
"Length of legendL (%s) doesn't match "
"number of input executions: %s" % (len(legend), len(data))
f"Length of legend ({len(legend)}) doesn't match number of input executions ({len(data)})."
)
# Set bar colors