Skip to content

Commit

Permalink
Update docs for Yeast
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgilmerproj committed Sep 28, 2016
1 parent 0e85b0e commit b374d1e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions brew/yeasts.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ class Yeast(object):
def __init__(self, name,
percent_attenuation=0.75):
"""
Percent Attenuation - The percentage the yeast is expected to
attenuate the sugar in the beer to create alcohol.
"""
:param float percent_attenuation: The percentage the yeast is expected to attenuate the sugar in the yeast to create alcohol
""" # nopep8
self.name = name
self.percent_attenuation = validate_percentage(percent_attenuation)

Expand Down

0 comments on commit b374d1e

Please sign in to comment.