Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/mathlib.py
diff options
context:
space:
mode:
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