Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--volumeobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/volumeobject.py b/volumeobject.py
index 2f4f491..16a74cf 100644
--- a/volumeobject.py
+++ b/volumeobject.py
@@ -119,7 +119,7 @@ class VolumeObject(MovableObject):
return y1 - t, y2 - t, y3 - t
- # Solve the squadratic equation.
+ # Solve the quadratic equation.
def quadratic(self, a, b, c=None):
import math, cmath