aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-03-30 13:20:49 +0300
committerGravatar ks129 <[email protected]>2021-03-30 13:20:49 +0300
commit286c9c2086ded2e4e63fbd3ed058d38b88135212 (patch)
treef36d09da14efa1ed47abb3d862da3681708475fb
parentMove quotes ending to right place so this don't take name as description (diff)
Fix applying description changes to wrong places
-rw-r--r--pydis_site/apps/resources/resources/reading/_category_info.yaml2
-rw-r--r--pydis_site/apps/resources/resources/reading/books/_category_info.yaml2
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