diff --git a/manimlib/constants.py b/manimlib/constants.py index 117ee075..93fc2c5a 100644 --- a/manimlib/constants.py +++ b/manimlib/constants.py @@ -62,7 +62,7 @@ RIGHT_SIDE: Vect3 = FRAME_X_RADIUS * RIGHT PI: float = np.pi TAU: float = 2 * PI DEG: float = TAU / 360 -DEGREES = DEG # Many older animations use teh full name +DEGREES = DEG # Many older animations use the full name # Nice to have a constant for readability # when juxtaposed with expressions like 30 * DEG RADIANS: float = 1 diff --git a/manimlib/default_config.yml b/manimlib/default_config.yml index 581e6db5..397de60e 100644 --- a/manimlib/default_config.yml +++ b/manimlib/default_config.yml @@ -13,7 +13,7 @@ directories: # to match the directory structure of the path to the # sourcecode generating that video mirror_module_path: False - # Manim may write to and read from teh file system, e.g. + # Manim may write to and read from the file system, e.g. # to render videos and to look for svg/png assets. This # will specify where those assets live, with a base directory, # and various subdirectory names within it @@ -101,19 +101,19 @@ sizes: default_mobject_to_edge_buff: 0.5 default_mobject_to_mobject_buff: 0.25 key_bindings: - pan_3d: 'd' - pan: 'f' - reset: 'r' - quit: 'q' # Together with command - select: 's' - unselect: 'u' - grab: 'g' - x_grab: 'h' - y_grab: 'v' - resize: 't' - color: 'c' - information: 'i' - cursor: 'k' + pan_3d: "d" + pan: "f" + reset: "r" + quit: "q" # Together with command + select: "s" + unselect: "u" + grab: "g" + x_grab: "h" + y_grab: "v" + resize: "t" + color: "c" + information: "i" + cursor: "k" colors: blue_e: "#1C758A" blue_d: "#29ABCA"