From 34e7d68644671b427c86cb9ea9a83ac539609853 Mon Sep 17 00:00:00 2001 From: yuan Date: Sat, 23 Dec 2023 22:58:07 +0800 Subject: [PATCH] Fix typo of `get_y_axis_label` docstring (#3547) --- manim/mobject/graphing/coordinate_systems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manim/mobject/graphing/coordinate_systems.py b/manim/mobject/graphing/coordinate_systems.py index 170a0f5778..e58d22fc1f 100644 --- a/manim/mobject/graphing/coordinate_systems.py +++ b/manim/mobject/graphing/coordinate_systems.py @@ -305,7 +305,7 @@ def get_y_axis_label( label The label. Defaults to :class:`~.MathTex` for ``str`` and ``float`` inputs. edge - The edge of the x-axis to which the label will be added, by default ``UR``. + The edge of the y-axis to which the label will be added, by default ``UR``. direction Allows for further positioning of the label from an edge, by default ``UR`` buff