diff --git a/examples/shader/rotated.py b/examples/shader/rotated.py index 04d76decf..cba176c47 100644 --- a/examples/shader/rotated.py +++ b/examples/shader/rotated.py @@ -2,7 +2,8 @@ Rotated Shader ============= -This shader example is a modified version of plasma.py that shows how to rotate areas of fragment shaders bounded by vertex_instructions. +This shader example is a modified version of plasma.py that shows how to +rotate areas of fragment shaders bounded by vertex_instructions. ''' from kivy.app import App from kivy.clock import Clock