diff options
author | 2021-03-30 18:53:57 +0300 | |
---|---|---|
committer | 2021-03-30 18:53:57 +0300 | |
commit | 357b0f0a23fcb220de1207fbdc38b63b263247d8 (patch) | |
tree | ae99e5a68654de8379a79502497dcbe5520e5c11 /pydis_site/apps | |
parent | Relock Pipfile (diff) |
Add missing dot to end of books category info
Co-authored-by: Kieran Siek <[email protected]>
Diffstat (limited to 'pydis_site/apps')
-rw-r--r-- | pydis_site/apps/resources/resources/reading/books/_category_info.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 dcab9bad..ae092a20 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: The best books for learning Python or Python Frameworks +description: The best books for learning Python or Python Frameworks. name: Books default_icon: branding/python default_icon_color: black |