# HG changeset patch # User Frederic Bastien # Date 1244051671 14400 # Node ID f353c9a99f95597d2e9af766e467999f671a5b2c # Parent c3e1e495d6892c4b3de193b09651778617782c46 fix typo in comment. diff -r c3e1e495d689 -r f353c9a99f95 pylearn/algorithms/sgd.py --- a/pylearn/algorithms/sgd.py Wed Jun 03 04:07:30 2009 -0400 +++ b/pylearn/algorithms/sgd.py Wed Jun 03 13:54:31 2009 -0400 @@ -20,7 +20,7 @@ :param updates: extra symbolic updates to make when evating either step or step_cost (these override the gradients if necessary) - :type updatess: dict Variable -> Variable + :type updates: dict Variable -> Variable :param auxout: auxiliary outputs, list containing output symbols to compute at the same time as cost (for efficiency) :param methods: Should this module define the step and step_cost methods?