Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathlib.py
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2007-09-16 14:36:55 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2007-09-16 14:36:55 (GMT)
commitd3a7798fbd50c43cc70787483be0cdde42876e13 (patch)
treef087fe61591f9cfb9f3e84d3893bbf38919e5ce8 /mathlib.py
parentfe7ae7de21b8cc29b40ff76387501b2ea3cf5faa (diff)
Improved internal equation history logic
Diffstat (limited to 'mathlib.py')
-rw-r--r--mathlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathlib.py b/mathlib.py
index 07d342e..91e57fe 100644
--- a/mathlib.py
+++ b/mathlib.py
@@ -51,7 +51,7 @@ class MathLib:
def set_angle_type(self, type):
self.angle_scaling = self.d(type)
- _logger.debug('Angle type set to:%s',self.angle_scaling)
+ _logger.debug('Angle type set to:%s', self.angle_scaling)
def set_constant(self, name, val):
self.constants[name] = val