From 473af97558360fefe9deb5b45b15eb9857f35bb4 Mon Sep 17 00:00:00 2001 From: Sylvia Blaho Date: Tue, 9 Apr 2024 21:16:07 +0200 Subject: [PATCH] add credit to README #4 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f96df0b..9228e51 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,4 @@ Connect your GitHub repository and deploy as normal. - [Copy list so it can be changed without affecting the original list](https://stackoverflow.com/a/25004389) - [Remove item from list](https://www.w3schools.com/python/python_lists_remove.asp) +- [Docstring conventions](https://peps.python.org/pep-0257/)