Skip to content

Commit e1c8419

Browse files
committed
fix flake8 errors
1 parent 884846e commit e1c8419

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

manim/mobject/mobject.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,9 @@ def set_color(
17631763
return self
17641764

17651765
def set_color_by_gradient(self, *colors: Iterable[ParsableManimColor]):
1766-
"""
1766+
"""Set the color of this mobject's submobjects along the specified
1767+
gradient.
1768+
17671769
Parameters
17681770
----------
17691771
colors

manim/utils/color/AS2700.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
List of Color Constants
1818
-----------------------
1919
20-
These hex values (taken from `https://www.w3schools.com/colors/colors_australia.asp`__)
20+
These hex values (taken from https://www.w3schools.com/colors/colors_australia.asp)
2121
are non official approximate values intended to simulate AS 2700 colors:
2222
2323
.. automanimcolormodule:: manim.utils.color.AS2700

manim/utils/color/BS381.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
This module contains colors defined in one of the British Standards
44
for colors, BS381C. This standard specifies colors used in identification,
5-
coding, and other special purposes. See `https://www.britishstandardcolour.com/`__
5+
coding, and other special purposes. See https://www.britishstandardcolour.com/
66
for more information.
77
88
To use the colors from this list, access them directly from the module (which
@@ -17,7 +17,7 @@
1717
List of Color Constants
1818
-----------------------
1919
20-
These hex values (taken from `https://www.w3schools.com/colors/colors_british.asp`__)
20+
These hex values (taken from https://www.w3schools.com/colors/colors_british.asp)
2121
are non official approximate values intended to simulate the ones defined
2222
in the standard:
2323

manim/utils/color/X11.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""X11 Colors
44
55
These color and their names (taken from
6-
`https://www.w3schools.com/colors/colors_x11.asp`__) were developed at the
6+
https://www.w3schools.com/colors/colors_x11.asp) were developed at the
77
Massachusetts Intitute of Technology (MIT) during
88
the development of color based computer display system.
99

manim/utils/color/XKCD.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-----------------------
1919
2020
These hex values are non official approximate values intended to simulate the colors in HTML,
21-
taken from `https://www.w3schools.com/colors/colors_xkcd.asp`__.
21+
taken from https://www.w3schools.com/colors/colors_xkcd.asp.
2222
2323
.. automanimcolormodule:: manim.utils.color.XKCD
2424

0 commit comments

Comments
 (0)