Explorar o código

Comment clarification

Saria Hajjar %!s(int64=6) %!d(string=hai) anos
pai
achega
242ae9eb91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      netbox/utilities/forms.py

+ 1 - 1
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__(