Skip to content

Commit

Permalink
Fix typo of get_y_axis_label docstring (ManimCommunity#3547)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuan-xy authored Dec 23, 2023
1 parent 3037f0e commit 34e7d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim/mobject/graphing/coordinate_systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34e7d68

Please sign in to comment.