From 96d63b28b8ff196951e73075238d059ec7072f09 Mon Sep 17 00:00:00 2001 From: Lauren Feldman Date: Fri, 8 Apr 2022 22:33:01 -0400 Subject: [PATCH] change --- exercises/workshop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/workshop.py b/exercises/workshop.py index 3ead4e0..d765cec 100644 --- a/exercises/workshop.py +++ b/exercises/workshop.py @@ -14,7 +14,7 @@ def main() -> None: print("After running this file, open up demo.txt in File Explorer/Finder for a nice surprise :)") print("You can also accomplish this by typing cat demo.txt (macOS and Linux) or more demo.txt (Windows)") - # Add whatever else you want under this line! + # Add whatever else you want under this line # A simple print statement, something interesting, or anything else. # If you want your pull request to be accepted, don't put anything you wouldn't want others to see.