From ae4eb4d47ca8452349f589366da3aec8abcae84e Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Thu, 26 Feb 2015 10:14:29 -0700 Subject: [PATCH] Fix line lengths --- doc/sources/tutorials/pong.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/sources/tutorials/pong.rst b/doc/sources/tutorials/pong.rst index 3f029f996..d93a5db4a 100644 --- a/doc/sources/tutorials/pong.rst +++ b/doc/sources/tutorials/pong.rst @@ -443,8 +443,10 @@ things that are covered in this tutorial, give yourself a pat on the back and think about how you could improve the game. Here are a few ideas of things you could do: -* Add some nicer graphics / images. (Hint: check out the :attribute:`~kivy.graphics.instructions.Instruction.source` property on - the graphics instructions like :class:`~kivy.graphics.Circle` or :class:`~kivy.graphics.Rectangle`, to set an image as the +* Add some nicer graphics / images. (Hint: check out the + :attribute:`~kivy.graphics.instructions.Instruction.source` property on + the graphics instructions like :class:`~kivy.graphics.Circle` or + :class:`~kivy.graphics.Rectangle`, to set an image as the texture.) * Make the game end after a certain score. Maybe once a player has 10