mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove empty Dictionaries section from programming FAQ (GH-12026)
This commit is contained in:
parent
a24107b04c
commit
55e335d7d5
1 changed files with 0 additions and 3 deletions
|
@ -1317,9 +1317,6 @@ The ``__iadd__`` succeeds, and thus the list is extended, but even though
|
|||
that final assignment still results in an error, because tuples are immutable.
|
||||
|
||||
|
||||
Dictionaries
|
||||
============
|
||||
|
||||
I want to do a complicated sort: can you do a Schwartzian Transform in Python?
|
||||
------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue