Updated typo

This commit is contained in:
Jophy Chon Hou Ye 2025-02-06 20:44:24 -05:00 committed by GitHub
parent 68560ff2c5
commit 3f674121b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2495,7 +2495,7 @@ updated:
>>> Entry.objects.bulk_update(objs, ["headline"])
2
This method is atomic, i.e., all batches of creation succeed or none.
This method is atomic, i.e., all batches of updates succeed or none.
:meth:`.QuerySet.update` is used to save the changes, so this is more efficient
than iterating through the list of models and calling ``save()`` on each of
them, but it has a few caveats: