diff --git a/_sources/getting_started/example_scenes.rst.txt b/_sources/getting_started/example_scenes.rst.txt
index 39a37c7e..11e74404 100644
--- a/_sources/getting_started/example_scenes.rst.txt
+++ b/_sources/getting_started/example_scenes.rst.txt
@@ -35,7 +35,7 @@ InteractiveDevlopment
self.wait()
self.play(circle.animate.stretch(4, 0))
self.play(Rotate(circle, 90 * DEGREES))
- self.play(circle.animate.shift(2 * RIGHT), circle.animate.scale(0.25))
+ self.play(circle.animate.shift(2 * RIGHT).scale(0.25))
text = Text("""
In general, using the interactive shell
diff --git a/development/about.html b/development/about.html
index 08f5bf42..f454dd55 100644
--- a/development/about.html
+++ b/development/about.html
@@ -8,8 +8,8 @@
-
-
+
+