From 242ae9eb91de3756fe20fa0e68f1c8c0442f08dc Mon Sep 17 00:00:00 2001 From: Saria Hajjar Date: Wed, 1 Jan 2020 16:04:08 +0000 Subject: [PATCH] Comment clarification --- netbox/utilities/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/utilities/forms.py b/netbox/utilities/forms.py index baac01e4b..eeee719ae 100644 --- a/netbox/utilities/forms.py +++ b/netbox/utilities/forms.py @@ -285,7 +285,7 @@ class APISelect(SelectWithDisabled): name of the query param and the value if the query param's value. :param null_option: If true, include the static null option in the selection list. """ - # Only preload the selected option; new options are dynamically displayed and added via the API + # Only preload the selected option(s); new options are dynamically displayed and added via the API template_name = 'widgets/select_api.html' def __init__(