Skip to content

Commit 7f7929c

Browse files
MysaaJavabehackl
andauthored
Ran black on examples
Co-authored-by: Benjamin Hackl <[email protected]>
1 parent 4063d4b commit 7f7929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/examples/advanced_projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Advanced Projects
1919
transform_title.to_corner(UP + LEFT)
2020
self.play(
2121
Transform(title, transform_title),
22-
LaggedStart(*map(lambda obj: FadeOutAndShift(obj,direction=DOWN), basel)),
22+
LaggedStart(*map(lambda obj: FadeOutAndShift(obj, direction=DOWN), basel)),
2323
)
2424
self.wait()
2525

0 commit comments

Comments
 (0)