From 59e27cb0719c79c1513ede8c8bca714ce4c22964 Mon Sep 17 00:00:00 2001 From: Jelle van Assema Date: Wed, 7 Oct 2020 11:44:55 +0200 Subject: [PATCH] rm spaces --- aspects/python/comments/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/aspects/python/comments/index.md b/aspects/python/comments/index.md index 20d47b6..8e0c592 100644 --- a/aspects/python/comments/index.md +++ b/aspects/python/comments/index.md @@ -62,13 +62,13 @@ you can also add a multiline string in your code by using triple-quotes, and pla Note that using this method inside of functions can lead to errors! """ - hello.py - - Computer Science 50 - David J. Malan + hello.py + + Computer Science 50 + David J. Malan - - Says hello to the world. - - Demonstrates use of printf. + - Says hello to the world. + - Demonstrates use of printf. """ Atop each of your functions (except, perhaps, main) should be multi-line comments @@ -77,7 +77,7 @@ Consider what David tends to do: def chorus(b): """ - Sings about a number, b, of bottles. + Sings about a number, b, of bottles. """ s1 = "bottles"