Skip to content

Commit 8368803

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6f127c6 commit 8368803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

physics/rotational_partition

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
def rotation_partition_function(moment_of_inertia: float,
1+
def rotation_partition_function(moment_of_inertia: float,
22
temperature: float) -> float:
33
"""
4-
Calculates the rotational partition
4+
Calculates the rotational partition
55
function for linear molecules.
66

77
>>> round(rotation_partition_function(1e-46, 300), 4)

0 commit comments

Comments
 (0)