From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- pythonlegacy.html.markdown | 1 - 1 file changed, 1 deletion(-) (limited to 'pythonlegacy.html.markdown') diff --git a/pythonlegacy.html.markdown b/pythonlegacy.html.markdown index 95d6aa63..4ef281d2 100644 --- a/pythonlegacy.html.markdown +++ b/pythonlegacy.html.markdown @@ -29,7 +29,6 @@ allow you to write Python 3 code that will run on Python 2, so check out the Python 3 tutorial. ```python - # Single line comments start with a number symbol. """ Multiline strings can be written -- cgit v1.2.3