Skip to content

Commit

Permalink
Fix hop addition docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgilmerproj committed May 15, 2019
1 parent aefca6c commit ae4023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brew/recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def get_hop_additions(
:return: A list of Hop Additions
:rtype: list(HopAddition)
:raises RecipeException: If sum of percentages does not equal 1.0
:raises RecipeException: If length of percent_list does not match length of self.grain_list
:raises RecipeException: If length of percent_list does not match length of self.hop_list
:raises RecipeException: If length of boil_time_list does not match length of self.hop_list
""" # noqa
for percent in percent_list:
Expand Down

0 comments on commit ae4023b

Please sign in to comment.