From d92914d2978c0fc3acc27c832184eb98b5f6c3cc Mon Sep 17 00:00:00 2001 From: Adam Donahue Date: Thu, 28 Aug 2014 20:30:50 -0400 Subject: [PATCH] Fix typo --- scrapy/utils/trackref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/utils/trackref.py b/scrapy/utils/trackref.py index 252c40632..f250aeefa 100644 --- a/scrapy/utils/trackref.py +++ b/scrapy/utils/trackref.py @@ -2,7 +2,7 @@ references to live object instances. If you want live objects for a particular class to be tracked, you only have to -subclass form object_ref (instead of object). +subclass from object_ref (instead of object). About performance: This library has a minimal performance impact when enabled, and no performance penalty at all when disabled (as object_ref becomes just an