mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
This commit is contained in:
parent
82d73554e4
commit
2b57c43f21
45 changed files with 240 additions and 242 deletions
|
@ -738,7 +738,7 @@ Is it possible to write obfuscated one-liners in Python?
|
|||
--------------------------------------------------------
|
||||
|
||||
Yes. Usually this is done by nesting :keyword:`lambda` within
|
||||
:keyword:`lambda`. See the following three examples, due to Ulf Bartelt::
|
||||
:keyword:`!lambda`. See the following three examples, due to Ulf Bartelt::
|
||||
|
||||
from functools import reduce
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue