From 92cf372007cd9cfeb38fc99c7166b5ae4021a827 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 10 Jul 2024 14:28:34 -0700 Subject: [PATCH] PEP 694: Fix typo (#3859) --- peps/pep-0694.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0694.rst b/peps/pep-0694.rst index 1f5471222..30e3a32b8 100644 --- a/peps/pep-0694.rst +++ b/peps/pep-0694.rst @@ -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