Skip to content

Commit 4b576e0

Browse files
CaftBottiMrDiver
andauthored
Fix typo: "Whetherer" to "Whether" (#3073)
Co-authored-by: Tristan Schulz <mrdiverlp@gmail.com>
1 parent 7aed990 commit 4b576e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/graphing/scale.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def __init__(self, base: float = 10, custom_labels: bool = True):
124124
The base of the log, by default 10.
125125
custom_labels
126126
For use with :class:`~.Axes`:
127-
Whetherer or not to include ``LaTeX`` axis labels, by default True.
127+
Whether or not to include ``LaTeX`` axis labels, by default True.
128128
129129
Examples
130130
--------

0 commit comments

Comments
 (0)