Fixed typo in docs/releases/4.2.txt.

This commit is contained in:
Claire Pritchard 2023-10-22 05:02:12 -04:00 committed by GitHub
parent eab67450b3
commit 61cc0e6f2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ During the deprecation period string literals will be attempted to be JSON
decoded and a warning will be emitted on success that points at passing
non-encoded forms instead.
Code that use to pass JSON encoded string literals::
Code that used to pass JSON encoded string literals::
Document.objects.bulk_create(
Document(data=Value("null")),