# HG changeset patch # User delallea@valhalla.apstat.com # Date 1222718691 14400 # Node ID 739612d316a4502521d9ecad89dca35062de9c9c # Parent d99fefbc9324bd2af09373e4aa201828bc640291 Typo fix in help diff -r d99fefbc9324 -r 739612d316a4 dataset.py --- a/dataset.py Thu Sep 04 14:46:30 2008 -0400 +++ b/dataset.py Mon Sep 29 16:04:51 2008 -0400 @@ -605,7 +605,7 @@ @type fieldname: any type @param values: bits near the beginning or end of the dataset - @type values: list of minibatches (returned by minibatch_nowrap) + @type values: list of minibatches (returned by minibatches_nowrap) @return: the concatenation (stacking) of the values @rtype: something suitable as a minibatch field