index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Alexander Seiler <seileralex@gmail.com> | 2023-09-18 14:04:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-18 22:04:36 +1000 |
commit | 12b7017240a040fd4fbebf7c5794a1ca5560f0ea (patch) | |
tree | 49fa306f4b1dd666bbcb5d9f5abe0c7846c4967b /archinstall/default_profiles/profile.py | |
parent | ca09e1e63d611a0141a68789503cfa472e85e9f9 (diff) |
-rw-r--r-- | archinstall/default_profiles/profile.py | 6 |
diff --git a/archinstall/default_profiles/profile.py b/archinstall/default_profiles/profile.py index 982bd5a3..49a9c19d 100644 --- a/archinstall/default_profiles/profile.py +++ b/archinstall/default_profiles/profile.py @@ -81,7 +81,7 @@ class Profile: def packages(self) -> List[str]: """ Returns a list of packages that should be installed when - this profile is among the choosen ones + this profile is among the chosen ones """ return self._packages @@ -128,7 +128,7 @@ class Profile: """ Set the custom settings for the profile. This is also called when the settings are parsed from the config - and can be overriden to perform further actions based on the profile + and can be overridden to perform further actions based on the profile """ self.custom_settings = settings @@ -179,7 +179,7 @@ class Profile: def preview_text(self) -> Optional[str]: """ Used for preview text in profiles_bck. If a description is set for a - profile it will automatically display that one in the preivew. + profile it will automatically display that one in the preview. If no preview or a different text should be displayed just """ if self.description: |