chore: typo in comments (#33929)

This commit is contained in:
Hussain Nagaria 2025-09-06 16:05:38 +05:30 committed by GitHub
parent 3e74c149c6
commit 268863a2b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
# use the following pattern
# 1. name your parent field as "parent_item_group" if not have a property nsm_parent_field as your field name in the document class
# 2. have a field called "old_parent" in your fields list - this identifies whether the parent has been changed
# 3. call update_nsm(doc_obj) in the on_upate method
# 3. call update_nsm(doc_obj) in the on_update method
# ------------------------------------------
from collections.abc import Iterator