Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index f807e734..a9af24bd 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -263,7 +263,7 @@ input('Press Enter to continue.')
We mention the drive one last time, and count from 5 to 0.
"""
-print(f' ! Formatting {archinstall.arguments['harddrive']} in ', end='')
+print(f" ! Formatting {archinstall.arguments['harddrive']} in ", end='')
for i in range(5, 0, -1):
print(f"{i}", end='')