changeset 1129:40c1461ce9ef

architecture: Minor typo fix
author Olivier Delalleau <delallea@iro>
date Wed, 15 Sep 2010 12:09:22 -0400
parents 03b41a79bd60
children aae62c4b2e9f
files doc/v2_planning/architecture.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.