Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions peps/pep-0840.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading