Cosmetic: pmb.install.partition: fix comment (MR 1946)

This commit is contained in:
Oliver Smith 2020-06-06 18:51:15 +02:00 committed by Bart Ribbers
parent 2fc0794e30
commit 5fbc95c3c2
No known key found for this signature in database
GPG Key ID: 699D16185DAFAE61
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def partition(args, size_boot):
"""
Partition /dev/install and create /dev/install{p1,p2}
size_boot: size of the boot partition in MB
:param size_boot: size of the boot partition in MiB
"""
# Convert to MB and print info
mb_boot = str(round(size_boot)) + "M"