From a2d6d5b574693965a8b0d15e3f1816c11bd317b8 Mon Sep 17 00:00:00 2001 From: robertjcalistri <85811008+robertjcalistri@users.noreply.github.com> Date: Thu, 3 Aug 2023 08:12:55 -0400 Subject: [PATCH] Update physics/ideal_gas_law.py Updated formatting Co-authored-by: Tianyi Zheng --- physics/ideal_gas_law.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/ideal_gas_law.py b/physics/ideal_gas_law.py index 873c78ef8..148b19d5a 100644 --- a/physics/ideal_gas_law.py +++ b/physics/ideal_gas_law.py @@ -57,7 +57,7 @@ def temperature_of_gas_system(moles: float, volume: float, pressure: float) -> f """ >>> temperature_of_gas_system(2, 100, 5) 30.068090996146232 - >>> temperature_of_gas_system(11,5009,1000) + >>> temperature_of_gas_system(11, 5009, 1000) 54767.66101807144 >>> temperature_of_gas_system(3, -0.46, 23.5) Traceback (most recent call last):