diff options
| author | 2021-04-19 21:09:09 +0800 | |
|---|---|---|
| committer | 2021-04-19 21:15:38 +0800 | |
| commit | 5c44a33c43da0a6b67f073211e8b731808be7681 (patch) | |
| tree | b1510a40f4f233bb1932d26378ee519f0b3f7427 /pydis_site/apps/content/resources/guides | |
| parent | Add TOC to certain pages. (diff) | |
Implement miscellaneous review changes.
Punctuation, icon usage...
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: |