From 5c52971157763b52d1d6740fb1b142537a55fb64 Mon Sep 17 00:00:00 2001 From: Anastasia Kravtsova <37542195+AnastasijaKravtsova@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:34:12 +0300 Subject: [PATCH 1/2] fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9018fa..b5b0cc4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![first-timers-only](https://img.shields.io/badge/first--timers--only-friendly-blue.svg?style=flat-square)](https://www.firsttimersonly.com/) ## Guidelines (IMPORTANT) -- Mention the appropiate [issue number](https://help.github.com/en/articles/autolinked-references-and-urls#issues-and-pull-requests) in your pull request. +- Mention the appropriate [issue number](https://help.github.com/en/articles/autolinked-references-and-urls#issues-and-pull-requests) in your pull request. - If the algo you want to add is not in issues or Proposed List yet, make a new issue. - Please test your script before sumitting pull requests. - Please use 3.x python only. From 51fd4870d670a034e173873d9d59a107736322fb Mon Sep 17 00:00:00 2001 From: Anastasia Kravtsova <37542195+AnastasijaKravtsova@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:37:25 +0300 Subject: [PATCH 2/2] fix one more typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5b0cc4..71babc4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## Guidelines (IMPORTANT) - Mention the appropriate [issue number](https://help.github.com/en/articles/autolinked-references-and-urls#issues-and-pull-requests) in your pull request. - If the algo you want to add is not in issues or Proposed List yet, make a new issue. -- Please test your script before sumitting pull requests. +- Please test your script before submitting pull requests. - Please use 3.x python only. ## Current List of Sorting Algos: