Commit 0bffca00 authored by Zachary Ware's avatar Zachary Ware

Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.

parent 3c02ecef
......@@ -254,7 +254,7 @@ expect a function argument.
``(b.name, b.date)``.
* After ``f = attrgetter('name.first', 'name.last')``, the call ``f(b)``
returns ``(r.name.first, r.name.last)``.
returns ``(b.name.first, b.name.last)``.
Equivalent to::
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment