diff --git a/form/form_themes.rst b/form/form_themes.rst
index ea34a773d22..60228fec04c 100644
--- a/form/form_themes.rst
+++ b/form/form_themes.rst
@@ -283,7 +283,7 @@ Fragment Naming for Collections
 When using a :doc:`collection of forms </form/form_collections>`, the fragment
 of each collection item follows the pattern ``_field-name_entry_part``. For
 example, if your form field is named ``tasks``, the fragment for each task will
-be named ``_tasks_entry`` (``_tasks_entry_label``, ``_tasks_entry_label``, etc.)
+be named ``_tasks_entry`` (``_tasks_entry_row``, ``_tasks_entry_label``, ``_tasks_entry_widget``, ``_tasks_entry_error``)
 
 Template Fragment Inheritance
 .............................