Skip to content

Commit 21d6478

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

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
@@ -31,7 +31,7 @@ Advanced Projects
3131
self.add(grid, grid_title) # Make sure title is on top of grid
3232
self.play(
3333
FadeOut(title),
34-
FadeInFrom(grid_title,direction=DOWN),
34+
FadeInFrom(grid_title, direction=DOWN),
3535
ShowCreation(grid, run_time=3, lag_ratio=0.1),
3636
)
3737
self.wait()

0 commit comments

Comments
 (0)