Skip to content

Commit

Permalink
Fixed indentation error in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 26, 2010
1 parent 855951e commit 00d7ca5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.rst
Expand Up @@ -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

0 comments on commit 00d7ca5

Please sign in to comment.