docs: Remove spaces on lines that are empty.

This commit is contained in:
Damien George
2019-12-04 15:02:54 +11:00
parent 40cc7ec677
commit 90c524c114
24 changed files with 53 additions and 53 deletions

View File

@@ -44,7 +44,7 @@ Now that we are connected we can download and display the data::
... data = s.recv(500)
... print(str(data, 'utf8'), end='')
...
When this loop executes it should start showing the animation (use ctrl-C to
interrupt it).