summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/faq/programming.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst
index 047812e..7bc00ff 100644
--- a/Doc/faq/programming.rst
+++ b/Doc/faq/programming.rst
@@ -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?
------------------------------------------------------------------------------