mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
fixed spelling error in surround method in Circle class
This commit is contained in:
parent
194c1234e2
commit
9e3975325a
1 changed files with 1 additions and 1 deletions
|
|
@ -681,7 +681,7 @@ class Circle(Arc):
|
|||
mobject
|
||||
The mobject that the circle will be surrounding.
|
||||
dim_to_match
|
||||
Determines which dimesion of the mobject is to be considered for the Circle to scale to.
|
||||
Determines which dimension of the mobject is to be considered for the Circle to scale to.
|
||||
buffer_factor
|
||||
Scales the circle with respect to the mobject. A `buffer_factor` < 1 makes the circle smaller than the mobject.
|
||||
stretch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue