Skip to content

Commit b54a13f

Browse files
daklaussschmoelder
authored andcommitted
Fix Typo
1 parent db61f9c commit b54a13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_distribution.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class TestDistribution:
3737
"""Test Class for Distribution."""
3838

3939
def test_getter(self, distribution, component_system, concentration, expected):
40-
"""Test retunr Function."""
40+
"""Test return Function."""
4141
dist = distribution(component_system, concentration)
4242
assert dist.get_distribution(0, 0) == expected
4343

0 commit comments

Comments
 (0)