Skip to content

Commit 625cd08

Browse files
author
Rohit Malhotra
authored
Merge pull request #13 from mahoyen/patch-1
fixed typo, solving #12
2 parents 1f8b6da + 3a5949d commit 625cd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ CONFIG = {
482482
```python
483483
from manimlib.imports import *
484484
485-
class ThreedSurface(ParametricSurface):
485+
class ThreeDSurface(ParametricSurface):
486486
487487
def __init__(self, **kwargs):
488488
kwargs = {

0 commit comments

Comments
 (0)