From f59c654a301a9ed94c35f663078ed71005b2ba1a Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 13 Jan 2022 21:49:11 +0200 Subject: [PATCH] Replace special character --- blog_posts/python-sortedlist-vs-list-sort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog_posts/python-sortedlist-vs-list-sort.md b/blog_posts/python-sortedlist-vs-list-sort.md index 0c71103bd..35b502d95 100644 --- a/blog_posts/python-sortedlist-vs-list-sort.md +++ b/blog_posts/python-sortedlist-vs-list-sort.md @@ -4,7 +4,7 @@ type: question tags: python,list authors: maciv cover: blog_images/duck-plants.jpg -excerpt: Learn the difference between Python’s built-in list sorting methods and when one is preferred over the other. +excerpt: Learn the difference between Python's built-in list sorting methods and when one is preferred over the other. firstSeen: 2020-12-31T11:00:00+02:00 lastUpdated: 2021-06-12T19:30:41+03:00 ---