diff options
author | 2023-12-23 08:22:31 -0300 | |
---|---|---|
committer | 2023-12-23 08:22:31 -0300 | |
commit | 2b986f8ef259c49a520e1e14660e816beafacc50 (patch) | |
tree | 0eb6f13d00192901a28dd2e320441b6e1647c355 /pydis_site/apps/resources | |
parent | Add 'Software Design by Example' to resources. (diff) |
Fix trailing whitespace.
Diffstat (limited to 'pydis_site/apps/resources')
-rw-r--r-- | pydis_site/apps/resources/resources/software_design_by_example.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/resources/resources/software_design_by_example.yaml b/pydis_site/apps/resources/resources/software_design_by_example.yaml index 53d3d9b2..9014e90e 100644 --- a/pydis_site/apps/resources/resources/software_design_by_example.yaml +++ b/pydis_site/apps/resources/resources/software_design_by_example.yaml @@ -1,6 +1,6 @@ name: Software Design by Example description: A tool-based introduction to Software Design with Python. This book teaches - design by explaining examples of small versions of familiar tools to show how + design by explaining examples of small versions of familiar tools to show how experienced software designers think. It introduces some fundamental ideas in computer science that many self-taught programmers haven’t encountered. title_image: https://third-bit.com/sdxpy/logo.svg |