From 26e303c1b8c1adcf44a6b55abb2ef30f522fde7f Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Fri, 18 Jul 2014 10:00:22 -0400 Subject: [PATCH] Corrected diff between 0K and 0 C --- docs/en_us/course_authors/source/students/math_students.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en_us/course_authors/source/students/math_students.rst b/docs/en_us/course_authors/source/students/math_students.rst index a88c34a826..cfa7a6ad47 100644 --- a/docs/en_us/course_authors/source/students/math_students.rst +++ b/docs/en_us/course_authors/source/students/math_students.rst @@ -68,7 +68,7 @@ default. These include: - ``pi`` - ``k``: the Boltzmann constant (~1.38e-23 in Joules/Kelvin) - ``c``: the speed of light in m/s (2.998e8) -- ``T``: the positive difference between 0K and 0°C (285.15) +- ``T``: the positive difference between 0K and 0°C (273.15) - ``q``: the fundamental charge (~1.602e-19 Coloumbs) **************