Skip to content

Commit a844559

Browse files
committed
Fix tests
1 parent dcc6a58 commit a844559

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/animations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ commands and inject new children, so let's add a new `clone` method
658658
to the visual effects classes. For `Blend`, it'll create a new
659659
`Blend` with the same parameters but new children:
660660

661-
``` {.python}
661+
``` {.python replace=%20[child]%29/}
662662
class Blend(VisualEffect):
663663
# ...
664664
def clone(self, child):

0 commit comments

Comments
 (0)