# HG changeset patch # User Olivier Delalleau # Date 1284566962 14400 # Node ID 40c1461ce9ef17f0768964af94121d152e48419c # Parent 03b41a79bd601d63264cbe0a810636808d457c75 architecture: Minor typo fix diff -r 03b41a79bd60 -r 40c1461ce9ef doc/v2_planning/architecture.txt --- 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.