From ae4023b34f3c5a3cd9d322811042f904e6558f85 Mon Sep 17 00:00:00 2001 From: Chris Gilmer Date: Wed, 15 May 2019 13:54:05 -0700 Subject: [PATCH] Fix hop addition docs --- brew/recipes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brew/recipes.py b/brew/recipes.py index 4e0386e..751fa2d 100644 --- a/brew/recipes.py +++ b/brew/recipes.py @@ -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: