Mercurial > pylearn
diff doc/v2_planning/architecture.txt @ 1129:40c1461ce9ef
architecture: Minor typo fix
author | Olivier Delalleau <delallea@iro> |
---|---|
date | Wed, 15 Sep 2010 12:09:22 -0400 |
parents | 7ba1854f03e7 |
children | ae5ba6206fd3 |
line wrap: on
line diff
--- a/doc/v2_planning/architecture.txt Wed Sep 15 12:06:09 2010 -0400 +++ b/doc/v2_planning/architecture.txt Wed Sep 15 12:09:22 2010 -0400 @@ -131,7 +131,7 @@ (e.g. "pylearn.call(fn, args, kwargs, backend=default_backend)"), which would come with constraints on what fn, args, and kwargs can be. Specifically, they must be picklable, and there are benefits (e.g. automatic function call caching) -associated with their being hashable as well. +associated with them being hashable as well.