Skip to content

Commit 33ba93b

Browse files
chore: format message as copilot suggested
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c6c178a commit 33ba93b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythainlp/cli/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(self, name, argv):
9191
from pythainlp.benchmarks import word_tokenization
9292
except ImportError:
9393
raise ImportError(
94-
"Please install the extra dependencies `benchmarks` to use the command by `pip install pythainlp[benchmarks]`"
94+
"Please install the extra dependencies `benchmarks` to use this command by running `pip install pythainlp[benchmarks]`"
9595
)
9696

9797
df_raw = word_tokenization.benchmark(expected, actual)

0 commit comments

Comments
 (0)