From 7a3f118fbb85e738ae6ea627da93d4d944cd17e6 Mon Sep 17 00:00:00 2001 From: amsnyder Date: Fri, 14 Jul 2023 17:01:53 -0500 Subject: [PATCH] fix typos in readme --- participants/scipy_015/doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/participants/scipy_015/doc/README.md b/participants/scipy_015/doc/README.md index a1542d9..d32e3a0 100644 --- a/participants/scipy_015/doc/README.md +++ b/participants/scipy_015/doc/README.md @@ -1,5 +1,5 @@ Ok so I guess you are reading this cuz you wanna use my code. There are some -functions that do stuf and thats: +functions that do stuff and that's: >>> from simple_functions import factorial >>> factorial(10) @@ -10,4 +10,4 @@ and this other part does something. I forget why that I did it: >>> fibonnaccci(100) [0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89] -If you can't use it, its kind of your problem, not mine! +If you can't use it, it's kind of your problem, not mine!