mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Fix minor typing mistakes in docs (#2485)
* Fix minor typos in docs * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * Update .github/ISSUE_TEMPLATE/installation_issue.md Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at> * Update CODE_OF_CONDUCT.md Co-authored-by: Darylgolden <darylgolden@gmail.com> Co-authored-by: Benjamin Hackl <devel@benjamin-hackl.at>
This commit is contained in:
parent
df8cefe984
commit
269e5c22cb
4 changed files with 4 additions and 4 deletions
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -54,7 +54,7 @@ PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
|
|||
|
||||
<details><summary>System Details</summary>
|
||||
|
||||
- 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`):
|
||||
|
|
|
|||
2
.github/ISSUE_TEMPLATE/installation_issue.md
vendored
2
.github/ISSUE_TEMPLATE/installation_issue.md
vendored
|
|
@ -37,7 +37,7 @@ PASTE HERE OR PROVIDE LINK TO https://pastebin.com/ OR SIMILAR
|
|||
|
||||
<details><summary>System Details</summary>
|
||||
|
||||
- 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`):
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ class Mobject:
|
|||
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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue