Fixes docstrings.
This commit is contained in:
parent
1552cc8277
commit
662ffb05b2
|
|
@ -565,8 +565,7 @@ def select_disk(dict_o_disks):
|
||||||
|
|
||||||
def select_profile():
|
def select_profile():
|
||||||
"""
|
"""
|
||||||
Asks the user to select a profile from the `options` dictionary parameter.
|
Asks the user to select a profile from the available profiles.
|
||||||
Usually this is combined with :ref:`archinstall.list_profiles`.
|
|
||||||
|
|
||||||
:return: The name/dictionary key of the selected profile
|
:return: The name/dictionary key of the selected profile
|
||||||
:rtype: str
|
:rtype: str
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue