changeset 763:f353c9a99f95

fix typo in comment.
author Frederic Bastien <bastienf@iro.umontreal.ca>
date Wed, 03 Jun 2009 13:54:31 -0400
parents c3e1e495d689
children f02dc24dad8f
files pylearn/algorithms/sgd.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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?