Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpmoxhay <pmoxhay@earthlink.net>2009-12-31 02:52:16 (GMT)
committer pmoxhay <pmoxhay@earthlink.net>2009-12-31 02:52:16 (GMT)
commit84526789359223e168e1372365eb61b3bc0182fa (patch)
treec973eeac90b6db892932e7315bfa6cd93c4588ff
parentefc9bf97c82b53d8acd3445bcbac83266a0d4b87 (diff)
Minor change in volumeobject.py?s
-rw-r--r--volumeobject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/volumeobject.py b/volumeobject.py
index de86f5d..8d9336e 100644
--- a/volumeobject.py
+++ b/volumeobject.py
@@ -125,7 +125,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