py4e icon indicating copy to clipboard operation
py4e copied to clipboard

Code in intro, minor improvement

Open wstomv opened this issue 4 years ago • 0 comments

In https://github.com/csev/py4e/blob/master/book3/01-intro.mkd, I would like to suggest to improve readability by adding a space after the colon in:

python words.py
Enter file:words.txt
to 16

I.e., replace it by

python words.py
Enter file: words.txt
to 16

wstomv avatar Apr 17 '20 09:04 wstomv