Remove empty Dictionaries section from programming FAQ (GH-12026)

This commit is contained in:
Andre Delfino 2019-02-25 13:22:07 -03:00 committed by Cheryl Sabella
parent a24107b04c
commit 55e335d7d5
1 changed files with 0 additions and 3 deletions

View File

@ -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. 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? I want to do a complicated sort: can you do a Schwartzian Transform in Python?
------------------------------------------------------------------------------ ------------------------------------------------------------------------------