diff --git a/Tools/Image-to-ASCII-Art/Image-to-ASCII-Art.py b/Tools/Image-to-ASCII-Art/Image-to-ASCII-Art.py index 203aa46..7c2469c 100644 --- a/Tools/Image-to-ASCII-Art/Image-to-ASCII-Art.py +++ b/Tools/Image-to-ASCII-Art/Image-to-ASCII-Art.py @@ -79,7 +79,7 @@ def convertImageToAscii(fileName, cols, scale, moreLevels, invert): def main(): - descStr = "This sript converts an image into ASCII art." + descStr = "This script converts an image into ASCII art." parser = argparse.ArgumentParser(description=descStr) parser.add_argument('--file', dest='imgFile', required=True)