pallets-eco / wtforms

A flexible forms validation and rendering library for Python.
https://wtforms.readthedocs.io
BSD 3-Clause "New" or "Revised" License
1.51k stars 395 forks source link

Typo in deprecation warning in Select widget #845

Closed julian7 closed 1 week ago

julian7 commented 4 months ago

The warning refers to iter_groups, but this loop iterates over field.iter_choices():

https://github.com/wtforms/wtforms/blob/992145fde4af3122131336b7f2fe2835335bdda9/src/wtforms/widgets/core.py#L383