From 8649eda4b1547729fcf5219e036a63b5eff176dd Mon Sep 17 00:00:00 2001 From: Akashdeep Tickoo Date: Sat, 20 Aug 2022 21:24:06 +0530 Subject: [PATCH] docs(Python): add missing space on README (#809) --- algorithms/Python/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/algorithms/Python/README.md b/algorithms/Python/README.md index 7cfd6fa9..b7c82fd7 100644 --- a/algorithms/Python/README.md +++ b/algorithms/Python/README.md @@ -84,6 +84,5 @@ ## Queues - [First in First out Queue](queues/fifo-queue.py) - -##Number Theory -- [Prime Number Checker][number_theory/prime_number.py] \ No newline at end of file +## Number Theory +- [Prime Number Checker](number_theory/prime_number.py)