Clarify docstring

This commit is contained in:
Isaiah Odhner 2023-05-13 20:41:05 -04:00
parent f00bf63fed
commit a4c0fd7546

View File

@ -267,7 +267,7 @@ Additional characters must use code tagged characters, which are not yet support
return output
def extract_textures(image_path: str):
"""Removes the border around glyphs in an image, saves a new image without the border, and converts the image into FIGlet format font files."""
"""Removes the border around glyphs in an image, creates a new image without the border, and converts the image into FIGlet format font files."""
# Open the image
image = Image.open(image_path)