Commit e61f4df2 authored by Zachary Ware's avatar Zachary Ware

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

parents 3f5f4366 0bffca00
......@@ -265,7 +265,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