Explorar o código

[PR] #26 from alyxferrari: Fix typo

Change 'look' to 'looks' in main.py
Hykilpikonna %!s(int64=2) %!d(string=hai) anos
pai
achega
60609dfb7e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hyfetch/main.py

+ 1 - 1
hyfetch/main.py

@@ -218,7 +218,7 @@ def create_config() -> Config:
 
     while True:
         print()
-        printc(f'Which brightness level look the best? (Default: left blank = {GLOBAL_CFG.default_lightness(light_dark):.2f} for {light_dark} mode)')
+        printc(f'Which brightness level looks the best? (Default: left blank = {GLOBAL_CFG.default_lightness(light_dark):.2f} for {light_dark} mode)')
         lightness = input('> ').strip().lower() or None
 
         # Parse lightness