1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-26 14:44:08 +00:00

Merge pull request #866 from adamdonahue/patch-1

Fix typo
This commit is contained in:
Mikhail Korobov 2014-08-29 06:59:47 +06:00
commit 8aa731c87f

View File

@ -2,7 +2,7 @@
references to live object instances. references to live object instances.
If you want live objects for a particular class to be tracked, you only have to 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, 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 and no performance penalty at all when disabled (as object_ref becomes just an