diff --git a/helloworld.py b/helloworld.py index 59701db..9efa9d5 100755 --- a/helloworld.py +++ b/helloworld.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -"""Top-level script to invoke helloworld implementation.""" +"""Top-level script to invoke implementation.""" import sys import helloworld.main