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