Skip to content

Commit bf512f2

Browse files
authored
fix(ci): typo in bug.yml issue template
See #513 (comment)
1 parent 541b175 commit bf512f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ body:
122122
This will be automatically formatted into code, so no need for backticks.
123123
placeholder: |
124124
from manim import *
125-
from manim_slides.slide import Slide
125+
from manim_slides import Slide
126126
127127
128128
class MWE(Slide):

0 commit comments

Comments
 (0)