zilencer: Fix typo in comment.

This commit is contained in:
Alex Vandiver 2024-04-12 16:33:56 +00:00 committed by Tim Abbott
parent ffdaf624f1
commit 9e28619727
1 changed files with 1 additions and 1 deletions

View File

@ -745,7 +745,7 @@ def batch_create_table_data(
row_objects: List[ModelT], row_objects: List[ModelT],
) -> None: ) -> None:
# We ignore previously-existing data, in case it was truncated and # We ignore previously-existing data, in case it was truncated and
# re-created on the remote server. `ignore_concflicts=True` # re-created on the remote server. `ignore_conflicts=True`
# cannot return the ids, or count thereof, of the new inserts, # cannot return the ids, or count thereof, of the new inserts,
# (see https://code.djangoproject.com/ticket/0138) so we rely on # (see https://code.djangoproject.com/ticket/0138) so we rely on
# having a lock to accurately count them before and after. This # having a lock to accurately count them before and after. This