diff options
-rw-r--r-- | pydis_site/apps/resources/resources/reading/_category_info.yaml | 2 | ||||
-rw-r--r-- | 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 |