From 98a66447b7f6d0b81f329ff917e6d081e6a58cb5 Mon Sep 17 00:00:00 2001 From: Kate Herrick Date: Tue, 2 May 2023 11:37:44 +0200 Subject: [PATCH 1/3] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f8bc5..aaaa0e5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains a small Python program that shows that I have learned Python in this semester. -The code has been developed by Mariana Montes. +The code has been developed by Kate Herrick. ## Installation and usage From ba5eab88835495c358c44c05b350a3858f6e946b Mon Sep 17 00:00:00 2001 From: Kate Herrick Date: Tue, 2 May 2023 12:06:22 +0200 Subject: [PATCH 2/3] update tutorial --- tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial.md b/tutorial.md index 6add32e..8530e2b 100644 --- a/tutorial.md +++ b/tutorial.md @@ -1,3 +1,3 @@ # How to use my script -In this notebook you will learn how to use the functions and classes defined in `script.py`. +In this notebook you will learn how to use the functions and classes defined within `script.py`. From e22c9977cbdaf2f7cea50dbffabb2ca0e55ed0a5 Mon Sep 17 00:00:00 2001 From: KCHerrick <131766089+KCHerrick@users.noreply.github.com> Date: Tue, 2 May 2023 12:21:01 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaaa0e5..e9b9fed 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains a small Python program that shows that I have learned Python in this semester. -The code has been developed by Kate Herrick. +The code has been developed by KU Leuven student, Kate Herrick. ## Installation and usage