From 55e335d7d59be44819c6b672d258e2d5feb1e633 Mon Sep 17 00:00:00 2001 From: Andre Delfino Date: Mon, 25 Feb 2019 13:22:07 -0300 Subject: Remove empty Dictionaries section from programming FAQ (GH-12026) --- Doc/faq/programming.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index 047812e6e0..7bc00ff7e6 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? ------------------------------------------------------------------------------ -- cgit v1.2.1