mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +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
|
@ -931,7 +931,7 @@ The following example reads the resulting pickled data. ::
|
|||
.. [#] Don't confuse this with the :mod:`marshal` module
|
||||
|
||||
.. [#] This is why :keyword:`lambda` functions cannot be pickled: all
|
||||
:keyword:`lambda` functions share the same name: ``<lambda>``.
|
||||
:keyword:`!lambda` functions share the same name: ``<lambda>``.
|
||||
|
||||
.. [#] The exception raised will likely be an :exc:`ImportError` or an
|
||||
:exc:`AttributeError` but it could be something else.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue