Skip to content

Commit

Permalink
Update cookiecutter/prompt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
insspb committed Jun 6, 2022
1 parent e45e525 commit c041d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter/prompt.py
Expand Up @@ -168,7 +168,7 @@ def render_variable(env, raw, cookiecutter_dict):
def prompt_choice_for_config(cookiecutter_dict, env, key, options, no_input):
"""Prompt user with a set of options to choose from.
:no_input: Do not prompt for user input and return the first available option.
:param no_input: Do not prompt for user input and return the first available option.
"""
rendered_options = [render_variable(env, raw, cookiecutter_dict) for raw in options]
if no_input:
Expand Down

0 comments on commit c041d91

Please sign in to comment.