mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Closes #20005: Fix typo in operator docs. Patch by Claudiu Popa.
This commit is contained in:
commit
e61f4df275
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue