Skip to content

Commit 34e7d68

Browse files
authored
Fix typo of get_y_axis_label docstring (#3547)
1 parent 3037f0e commit 34e7d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/graphing/coordinate_systems.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ def get_y_axis_label(
305305
label
306306
The label. Defaults to :class:`~.MathTex` for ``str`` and ``float`` inputs.
307307
edge
308-
The edge of the x-axis to which the label will be added, by default ``UR``.
308+
The edge of the y-axis to which the label will be added, by default ``UR``.
309309
direction
310310
Allows for further positioning of the label from an edge, by default ``UR``
311311
buff

0 commit comments

Comments
 (0)