PEP 694: Fix typo (#3859)

This commit is contained in:
Barry Warsaw 2024-07-10 14:28:34 -07:00 committed by GitHub
parent 1ad22881bc
commit 92cf372007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -512,7 +512,7 @@ may have happened on this request.
The ``errors`` key is an array of specific errors, each of which contains
a ``source`` key, which is a string that indicates what the source of the
error is, and a ``messasge`` key for that specific error.
error is, and a ``message`` key for that specific error.
The ``message`` and ``source`` strings do not have any specific meaning, and
are intended for human interpretation to figure out what the underlying issue