From 286c9c2086ded2e4e63fbd3ed058d38b88135212 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Tue, 30 Mar 2021 13:20:49 +0300 Subject: Fix applying description changes to wrong places --- pydis_site/apps/resources/resources/reading/_category_info.yaml | 2 +- pydis_site/apps/resources/resources/reading/books/_category_info.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pydis_site/apps/resources/resources/reading/_category_info.yaml b/pydis_site/apps/resources/resources/reading/_category_info.yaml index fae5e360..64b87e47 100644 --- a/pydis_site/apps/resources/resources/reading/_category_info.yaml +++ b/pydis_site/apps/resources/resources/reading/_category_info.yaml @@ -1,2 +1,2 @@ -description: Python related amazing books and guides. +description: Books and tutorials related to Python and popular third-party libraries and frameworks. name: Reading diff --git a/pydis_site/apps/resources/resources/reading/books/_category_info.yaml b/pydis_site/apps/resources/resources/reading/books/_category_info.yaml index 064b9974..dcab9bad 100644 --- a/pydis_site/apps/resources/resources/reading/books/_category_info.yaml +++ b/pydis_site/apps/resources/resources/reading/books/_category_info.yaml @@ -1,4 +1,4 @@ -description: Books related to Python and popular third-party libraries and frameworks. +description: The best books for learning Python or Python Frameworks name: Books default_icon: branding/python default_icon_color: black -- cgit v1.2.3