Skip to content

Commit 626e15f

Browse files
committed
Add missing description to calculate_mix
1 parent 1aaaad9 commit 626e15f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

uncle_nelson/mix.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ class Mix(NamedTuple):
4444

4545

4646
def calculate_mix(drug: DrugType, ingredients: List[IngredientType]) -> Mix:
47-
"""
48-
49-
47+
"""Calculates a mix based on a :class:`.DrugType` and a list of :class:`.IngredientType`.
5048
5149
Parameters
5250
-----------
@@ -69,8 +67,6 @@ def calculate_mix(drug: DrugType, ingredients: List[IngredientType]) -> Mix:
6967
7068
mix = calculate_mix(..., [IngredientType.banana, IngredientType.cuke])
7169
72-
73-
7470
Returns
7571
-------
7672
:class:`.Mix`

0 commit comments

Comments
 (0)