From ef9c75f0294719bb606f50a0feb700b0b2410726 Mon Sep 17 00:00:00 2001 From: spy Date: Wed, 20 Apr 2022 17:04:23 +0100 Subject: [PATCH] Clean up a comment --- pridefetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pridefetch b/pridefetch index 8b24e8d..4b1b56e 100755 --- a/pridefetch +++ b/pridefetch @@ -64,7 +64,7 @@ def draw_fetch(flag_name: str, width: int = None): # Set the width of the flag relative to it's height width = width or round(len(flag) * 1.5 * 3) - # Print nothing for empty lines + # Ensures nothing is printed for empty lines row_data.append("") # Print a blank line to separate the flag from the terminal prompt