Skip to content

Commit 32620e5

Browse files
committed
Update README.md
1 parent 1057df0 commit 32620e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ nested = {"a": {"b": {"c": 123}}}
5656
dict_utils.safely_deep_update(nested, {"a": {"b": {"d": 456}}})
5757
# nested is now {"a": {"b": {"c": 123, "d": 456}}}
5858

59-
6059
# Example: Delete a nested key
6160
nested = {"a": {"b": {"c": 123}}}
6261
dict_utils.delete_nested(nested, "a.b.c")

0 commit comments

Comments
 (0)