summaryrefslogtreecommitdiff
diff options
authorphlyingpenguin <[email protected]>2008-05-08 18:00:49 -0400
committerphlyingpenguin <[email protected]>2008-05-08 18:00:49 -0400
commitba09dc11e23d93e623f497286f3f2c3e9aaa41c2 (patch)
tree19c7a026d7222fd50f8816370dafb19cc979e237
parentc4000af470ee2584aa2708e9a72fc6f9727a19fe (diff)
downloadbrewtools-master.tar.gz
Just a test.HEADmaster
Signed-off-by: phlyingpenguin <[email protected]>
-rw-r--r--formulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/formulator.py b/formulator.py
index dcd2a2f..64b1715 100644
--- a/formulator.py
+++ b/formulator.py
@@ -31,7 +31,7 @@ class Formulator(object):
batchSizeGal = 5.0 # Gallons
styleProfile = None
desiredOGGU = 0 # Desired OG, get from profile?
- # = self.styleProfile.GUPerGallon * self.batchSizeGal
+ # = self.styleProfile.GUPerGallon * self.batchSizeGal
def __init__(self,styleProfile,batchSizeGal=5.0):
self.styleProfile = styleProfile