From 269e5c22cb02de108579eccee2b82583eb71e3dc Mon Sep 17 00:00:00 2001 From: Tommy Chu Date: Wed, 26 Jan 2022 11:59:32 +0100 Subject: [PATCH] Fix minor typing mistakes in docs (#2485) * Fix minor typos in docs * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Benjamin Hackl * Update .github/ISSUE_TEMPLATE/installation_issue.md Co-authored-by: Benjamin Hackl * Update CODE_OF_CONDUCT.md Co-authored-by: Darylgolden Co-authored-by: Benjamin Hackl --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/installation_issue.md | 2 +- CODE_OF_CONDUCT.md | 2 +- manim/mobject/mobject.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bd9afd851d..a3fb7d05ed 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -54,7 +54,7 @@ PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
System Details -- OS (with version, e.g Windows 10 v2004 or macOS 10.15 (Catalina)): +- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): - RAM: - Python version (`python/py/python3 --version`): - Installed modules (provide output from `pip list`): diff --git a/.github/ISSUE_TEMPLATE/installation_issue.md b/.github/ISSUE_TEMPLATE/installation_issue.md index 9d5b796eb9..b3e6d423c7 100644 --- a/.github/ISSUE_TEMPLATE/installation_issue.md +++ b/.github/ISSUE_TEMPLATE/installation_issue.md @@ -37,7 +37,7 @@ PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
System Details -- OS (with version, e.g Windows 10 v2004 or macOS 10.15 (Catalina)): +- OS (with version, e.g., Windows 10 v2004 or macOS 10.15 (Catalina)): - RAM: - Python version (`python/py/python3 --version`): - Installed modules (provide output from `pip list`): diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index e5b8c8f9d0..f57e842b7e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -182,7 +182,7 @@ Reports which involve higher risk or higher impact may face more severe conseque ### Propose consequences -What follows are examples of possible consequences to an incident report. This consequences list is not inclusive, and the Manim Community Code of Conduct team reserves the right to take any action it deems necessary. +What follows are examples of possible consequences of an incident report. This list of consequences is not exhaustive, and the Manim Community Code of Conduct team reserves the right to take any action it deems necessary. Possible private responses to an incident include: diff --git a/manim/mobject/mobject.py b/manim/mobject/mobject.py index 521904c242..7ea9dbec39 100644 --- a/manim/mobject/mobject.py +++ b/manim/mobject/mobject.py @@ -231,7 +231,7 @@ def animate(self): that method on the mobject itself. For example, :code:`square.set_fill(WHITE)` sets the fill color of a square, - while :code:`sqaure.animate.set_fill(WHITE)` animates this action. + while :code:`square.animate.set_fill(WHITE)` animates this action. Multiple methods can be put in a single animation once via chaining: