Made minor edits to QuerySet.update_or_create() docs.

This commit is contained in:
Abhyudai 2021-07-29 10:21:09 +05:30 committed by GitHub
parent 1024b5e74a
commit 85d47a58bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2143,7 +2143,7 @@ The above example can be rewritten using ``update_or_create()`` like so::
defaults={'first_name': 'Bob'},
)
For detailed description how names passed in ``kwargs`` are resolved see
For a detailed description of how names passed in ``kwargs`` are resolved, see
:meth:`get_or_create`.
As described above in :meth:`get_or_create`, this method is prone to a