From 410e58cc281a033162b39e40f66d21ebeed8cafe Mon Sep 17 00:00:00 2001 From: manetta Date: Sun, 9 May 2021 16:36:39 +0200 Subject: [PATCH] changing default text to asciiWriter --- asciiWriter/examples/repeated_sinus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asciiWriter/examples/repeated_sinus.py b/asciiWriter/examples/repeated_sinus.py index 0efbf73..6d1510e 100644 --- a/asciiWriter/examples/repeated_sinus.py +++ b/asciiWriter/examples/repeated_sinus.py @@ -17,7 +17,7 @@ for x in range(-40, 40, 10): # Set the pattern with the changing offset pattern = sinus_vertical(period=40, amplitude=30, offset=x) # We use a sentence to draw the text - mark = sentence('OPEN DESIGN COURSE ') + mark = sentence('asciiWriter ') # Define a blank character blank = space()