Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bffca0

Browse files
committed
Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.
1 parent 3c02ece commit 0bffca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/operator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ expect a function argument.
254254
``(b.name, b.date)``.
255255

256256
* After ``f = attrgetter('name.first', 'name.last')``, the call ``f(b)``
257-
returns ``(r.name.first, r.name.last)``.
257+
returns ``(b.name.first, b.name.last)``.
258258

259259
Equivalent to::
260260

0 commit comments

Comments
 (0)