summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HACKING7
1 files changed, 0 insertions, 7 deletions
diff --git a/HACKING b/HACKING
index 2f33fd19f..9e1b29668 100644
--- a/HACKING
+++ b/HACKING
@@ -105,13 +105,6 @@ Dictionaries/Lists
},
}
- Only use the dict constructor for casting. Do not use it to create a new
- dictionary.
-
- Example (BAD):
-
- my_dictionary = dict(key1='param1', key2='param2', key3=['a', 'b'])
-
Calling Methods
---------------