]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/rational.py
Web-ja: update introduction
[lilypond.git] / python / rational.py
index 5a9ee629b3bcdc56328f9ecc9b9a4951d4fabe56..f2d8360fb8004e4eb1b67ba8bec768dad08e2cd8 100644 (file)
@@ -51,10 +51,10 @@ class Rational(object):
            self._d = -self._d
 
     def numerator(self):
-       return self._n
+        return self._n
 
     def denominator(self):
-       return self._d
+        return self._d
 
     def __repr__(self):
         if self._d == 1: