From 127015affdfa919e16b786b223cd0901a0cce210 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 16 Jul 2026 12:34:46 -0700 Subject: [PATCH] Fix typo in Motivation section header --- peps/pep-0840.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0840.rst b/peps/pep-0840.rst index 8e9fe2b18ca..5a565231da6 100644 --- a/peps/pep-0840.rst +++ b/peps/pep-0840.rst @@ -17,8 +17,8 @@ There is a long-standing inconsistency in the way variable names are resolved in classes. Several alternatives to resolve this inconsistency are discussed. -Movtivation -=========== +Motivation +========== Name resolution in a class namespace uses a partial dynamic lookup. A name can be either local or global depending on whether an assignment