Skip to content

Commit

Permalink
Fixed docstring in .Square (#2493)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Jan 25, 2022
1 parent 099e4ee commit 35e1a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manim/mobject/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -2511,7 +2511,7 @@ class Square(Rectangle):
side_length : :class:`float`, optional
The length of the sides of the square.
kwargs : Any
Additional arguments to be passed to :class:`Square`
Additional arguments to be passed to :class:`Rectangle`.
Examples
--------
Expand Down

0 comments on commit 35e1a42

Please sign in to comment.