Commit 55e335d7 authored by Andre Delfino's avatar Andre Delfino Committed by Cheryl Sabella

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

parent a24107b0
...@@ -1317,9 +1317,6 @@ The ``__iadd__`` succeeds, and thus the list is extended, but even though ...@@ -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?
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment