We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1057df0 commit 32620e5Copy full SHA for 32620e5
README.md
@@ -56,7 +56,6 @@ nested = {"a": {"b": {"c": 123}}}
56
dict_utils.safely_deep_update(nested, {"a": {"b": {"d": 456}}})
57
# nested is now {"a": {"b": {"c": 123, "d": 456}}}
58
59
-
60
# Example: Delete a nested key
61
nested = {"a": {"b": {"c": 123}}}
62
dict_utils.delete_nested(nested, "a.b.c")
0 commit comments