diff options
Diffstat (limited to 'pydis_site/apps/content/resources/guides')
| -rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md | 2 | ||||
| -rw-r--r-- | pydis_site/apps/content/resources/guides/python-guides/mutability.md | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md b/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md index c74cd8ad..d126707d 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/helping-others.md @@ -1,6 +1,6 @@  ---  title: Helping Others -description: The staff take on how to help others in our community. +description: The staff's take on how to help others in our community.  icon: fab fa-discord  relevant_links:      Asking Good Questions: ../asking-good-questions diff --git a/pydis_site/apps/content/resources/guides/python-guides/mutability.md b/pydis_site/apps/content/resources/guides/python-guides/mutability.md index 45eb9d9f..185dc87c 100644 --- a/pydis_site/apps/content/resources/guides/python-guides/mutability.md +++ b/pydis_site/apps/content/resources/guides/python-guides/mutability.md @@ -1,6 +1,6 @@  ---  title: Mutability and Immutability in Python -description: "Mutable and immutable data types: What they are and how they work." +description: "Mutable and immutable data types: what they are and how they work."  ---  Consider this example:  |