Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristhofer Travieso <cristhofert97@gmail.com>2012-08-18 16:13:58 (GMT)
committer Cristhofer Travieso <cristhofert97@gmail.com>2012-08-18 16:13:58 (GMT)
commite14db02222dabf3affb8b96fed9d375f66da6c99 (patch)
tree6d86e2f950d7ccea03d89ca42e8e2aec133aa14e
parentff853bc3ed318620e538dab616cd5cf978ef00a1 (diff)
change the values ​​tenperatura
-rw-r--r--convert.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/convert.py b/convert.py
index 3180ab3..43bd64d 100644
--- a/convert.py
+++ b/convert.py
@@ -69,8 +69,8 @@ volume = {'Meter3': (1, 1), 'foot3': (0.0283168, 35.31472482766414),
'gallon': (0.00378541, 264.172176857989)
}
-temp = {'Celsius': (1, 1), 'kelvin': (-272, 274),
- 'farenheit': (-17.22222222222222, 33.8)
+temp = {'kelvin': (1, 1), 'Celsius': (274, -272),
+ 'farenheit': (255.77777777777777, -457.6)
}