diff --git a/test/completion/stdlib.py b/test/completion/stdlib.py index b2197702..b9c53960 100644 --- a/test/completion/stdlib.py +++ b/test/completion/stdlib.py @@ -249,5 +249,5 @@ with contextlib.closing('asd') as string: import shlex qsplit = shlex.split("foo, ferwerwerw werw werw e") for part in qsplit: - #? str() None + #? str() part