From cfe97d581f73abe94137f94a9eadcbff8cc7f15b Mon Sep 17 00:00:00 2001 From: Chalarangelo Date: Wed, 23 Mar 2022 11:43:51 +0200 Subject: [PATCH] Add excerpts where appropriate --- snippets/map_dictionary.md | 1 + snippets/to_dictionary.md | 1 + 2 files changed, 2 insertions(+) diff --git a/snippets/map_dictionary.md b/snippets/map_dictionary.md index 922bdaff5..da7360a2f 100644 --- a/snippets/map_dictionary.md +++ b/snippets/map_dictionary.md @@ -2,6 +2,7 @@ title: Map list to dictionary tags: list,dictionary expertise: intermediate +excerpt: Maps the values of a list to a dictionary using a function. firstSeen: 2020-04-07T19:53:48+03:00 lastUpdated: 2020-11-02T19:28:27+02:00 --- diff --git a/snippets/to_dictionary.md b/snippets/to_dictionary.md index 550ffa7eb..ea3ecc5df 100644 --- a/snippets/to_dictionary.md +++ b/snippets/to_dictionary.md @@ -3,6 +3,7 @@ title: Lists to dictionary tags: list,dictionary expertise: intermediate author: maciv +excerpt: Combines two lists into a dictionary, using the first one as the keys and the second one as the values. firstSeen: 2020-04-13T19:30:29+03:00 lastUpdated: 2020-11-02T19:28:35+02:00 ---