From 051e0db2c43b3259c63570e5445f46d383d6a37b Mon Sep 17 00:00:00 2001 From: Isabelle Viktoria Maciohsek Date: Sun, 22 Dec 2019 21:21:12 +0200 Subject: [PATCH] Update head.md --- snippets/head.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/head.md b/snippets/head.md index 04afaee2d..f4b65431f 100644 --- a/snippets/head.md +++ b/snippets/head.md @@ -5,7 +5,7 @@ tags: list,beginner Returns the head of a list. -use `lst[0]` to return the first element of the passed list. +Use `lst[0]` to return the first element of the passed list. ```py def head(lst):