diff --git a/src/cleo/helpers.py b/src/cleo/helpers.py index e2b922cc..6d9aecce 100644 --- a/src/cleo/helpers.py +++ b/src/cleo/helpers.py @@ -44,7 +44,7 @@ def option( def tokenize(string: str) -> list[str]: # pragma: no cover """ - Split the string using shell-like syntax. Maps directly to using `shlex.split` + Split the string using shell-like syntax. Maps directly to using `shlex.split`. """ import shlex