Skip to content

Commit

Permalink
Update teeplot/teeplot.py
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Andres Moreno <mmore500.login+gpg@gmail.com>
  • Loading branch information
vivaansinghvi07 and mmore500 authored Feb 15, 2025
1 parent 3f0fa08 commit 8838962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teeplot/teeplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def teed(*args, **kwargs):
def validate_teewrap_kwargs(teeplot_kwargs: dict[str, object]):
if not all(k.startswith("teeplot_") for k in teeplot_kwargs):
raise ValueError(
"The only keyword arguments passed into the `teewrap` decorator can be teeplot arguments"
"The `teewrap` decorator only accepts teeplot_* keyword arguments"
)


Expand Down

0 comments on commit 8838962

Please sign in to comment.