From b54c75e7b108eedffcb8fabe9a614016b12b286f Mon Sep 17 00:00:00 2001 From: Morteza Hosseini Date: Tue, 9 Apr 2024 11:55:46 +0100 Subject: [PATCH] Minor fix --- website/docs/data-structure/sorting-popular.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/data-structure/sorting-popular.md b/website/docs/data-structure/sorting-popular.md index 98c8a869..a489410a 100644 --- a/website/docs/data-structure/sorting-popular.md +++ b/website/docs/data-structure/sorting-popular.md @@ -3,7 +3,7 @@ description: Implementing popular sorting algorithms in Python tags: [Sorting, Data Structures, Algorithms, Tutorial, Python] --- -# A Guide to Sorting +# Sorting ## 1. Introduction