From 00d7ca5c2809c1259465f4fd1d9e3353365415ce Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 26 Apr 2010 22:21:10 +0200 Subject: [PATCH] Fixed indentation error in docs. --- docs/index.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 38d298e..975514e 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -128,7 +128,7 @@ What you can do with Classy: class was created and gets all the arguments passed when the object was created: - .. sourcecode:: javascript - - var leo = new Tiger("Leo", 3); - // --> __init__ is invoked with "Leo" and 3 + .. sourcecode:: javascript + + var leo = new Tiger("Leo", 3); + // --> __init__ is invoked with "Leo" and 3