mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-06 09:26:18 +00:00
Fix some comments (#6285)
Signed-off-by: pengqiseven <i@sohu.com> Co-authored-by: pengqiseven <i@sohu.com>
This commit is contained in:
parent
421e08dd4a
commit
6e84648c07
@ -140,7 +140,7 @@ Example:
|
||||
|
||||
The data flow with Spider Middleware v2 is as follows:
|
||||
|
||||
1. When a response arrives from the engine, it it passed through all the spider
|
||||
1. When a response arrives from the engine, it is passed through all the spider
|
||||
middlewares (in descending order). The result of each middleware
|
||||
``process_response`` is kept and then returned along with the spider
|
||||
callback result
|
||||
|
@ -175,7 +175,7 @@ class UtilsPythonTestCase(unittest.TestCase):
|
||||
self.assertTrue(equal_attributes(a, b, ["x", "y"]))
|
||||
|
||||
a.y = 1
|
||||
# differente attributes
|
||||
# different attributes
|
||||
self.assertFalse(equal_attributes(a, b, ["x", "y"]))
|
||||
|
||||
# test callable
|
||||
|
Loading…
x
Reference in New Issue
Block a user