Skip to content

Commit

Permalink
Fix some comments (#6285)
Browse files Browse the repository at this point in the history
Signed-off-by: pengqiseven <i@sohu.com>
Co-authored-by: pengqiseven <i@sohu.com>
  • Loading branch information
pengqiseven and pengqiseven committed Mar 11, 2024
1 parent 421e08d commit 6e84648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sep/sep-018.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_utils_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ class Obj:
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
Expand Down

0 comments on commit 6e84648

Please sign in to comment.