Skip to content

Commit

Permalink
Update pep-3155.txt (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Pucci authored and Rosuav committed Jan 19, 2017
1 parent 0c30041 commit fdc405d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-3155.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Proposal
This PEP proposes the addition of a ``__qualname__`` attribute to
functions and classes. For top-level functions and classes, the
``__qualname__`` attribute is equal to the ``__name__`` attribute. For
nested classed, methods, and nested functions, the ``__qualname__``
nested classes, methods, and nested functions, the ``__qualname__``
attribute contains a dotted path leading to the object from the module
top-level. A function's local namespace is represented in that dotted
path by a component named ``<locals>``.
Expand Down

0 comments on commit fdc405d

Please sign in to comment.