diff dataset.py @ 378:835830e52b42

fixing merge
author Yoshua Bengio <bengioy@iro.umontreal.ca>
date Mon, 07 Jul 2008 12:02:34 -0400
parents 18702ceb2096
children 32c5f87bc54e
line wrap: on
line diff
--- a/dataset.py	Mon Jul 07 10:09:37 2008 -0400
+++ b/dataset.py	Mon Jul 07 12:02:34 2008 -0400
@@ -105,7 +105,7 @@
 
      - dataset[i] returns an Example.
 
-     - dataset[[i1,i2,...in]] returns a. Example with examples i1,i2,...in.
+     - dataset[[i1,i2,...in]] returns an Example with examples i1,i2,...in.
 
     A similar command gives you a DataSet instead of Examples :