Skip to content

Commit 72b6c96

Browse files
committed
Running lucasdemarchi/codespell to fix typos in docs
1 parent 262e759 commit 72b6c96

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/faq.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ the :ref:`topics-signals-ref` to know which ones.
172172
What does the response status code 999 means?
173173
---------------------------------------------
174174

175-
999 is a custom reponse status code used by Yahoo sites to throttle requests.
175+
999 is a custom response status code used by Yahoo sites to throttle requests.
176176
Try slowing down the crawling speed by using a download delay of ``2`` (or
177177
higher) in your spider::
178178

docs/news.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Enhancements
6363
- Add a way to skip default Referer header set by RefererMiddleware (:issue:`475`)
6464
- Do not send `x-gzip` in default `Accept-Encoding` header (:issue:`469`)
6565
- Support defining http error handling using settings (:issue:`466`)
66-
- Use moderm python idioms wherever you find legacies (:issue:`497`)
66+
- Use modern python idioms wherever you find legacies (:issue:`497`)
6767
- Improve and correct documentation
6868
(:issue:`527`, :issue:`524`, :issue:`521`, :issue:`517`, :issue:`512`, :issue:`505`,
6969
:issue:`502`, :issue:`489`, :issue:`465`, :issue:`460`, :issue:`425`, :issue:`536`)
@@ -118,7 +118,7 @@ Enhancements
118118
- Remove multi spider support from multiple core components
119119
(:issue:`422`, :issue:`421`, :issue:`420`, :issue:`419`, :issue:`423`, :issue:`418`)
120120
- Travis-CI now tests Scrapy changes against development versions of `w3lib` and `queuelib` python packages.
121-
- Add pypy 2.1 to continous integration tests (:commit:`ecfa7431`)
121+
- Add pypy 2.1 to continuous integration tests (:commit:`ecfa7431`)
122122
- Pylinted, pep8 and removed old-style exceptions from source (:issue:`430`, :issue:`432`)
123123
- Use importlib for parametric imports (:issue:`445`)
124124
- Handle a regression introduced in Python 2.7.5 that affects XmlItemExporter (:issue:`372`)
@@ -188,7 +188,7 @@ List of contributors sorted by number of commits::
188188

189189
- IPython refuses to update the namespace. fix #396 (:commit:`3d32c4f`)
190190
- Fix AlreadyCalledError replacing a request in shell command. closes #407 (:commit:`b1d8919`)
191-
- Fix start_requests lazyness and early hangs (:commit:`89faf52`)
191+
- Fix start_requests laziness and early hangs (:commit:`89faf52`)
192192

193193
0.18.3 (released 2013-10-03)
194194
----------------------------
@@ -330,7 +330,7 @@ contributors sorted by number of commits::
330330

331331
- fixes spelling errors in documentation (:commit:`6d2b3aa`)
332332
- add doc about disabling an extension. refs #132 (:commit:`c90de33`)
333-
- Fixed error message formatting. log.err() doesn't support cool formatting and when error occured, the message was: "ERROR: Error processing %(item)s" (:commit:`c16150c`)
333+
- Fixed error message formatting. log.err() doesn't support cool formatting and when error occurred, the message was: "ERROR: Error processing %(item)s" (:commit:`c16150c`)
334334
- lint and improve images pipeline error logging (:commit:`56b45fc`)
335335
- fixed doc typos (:commit:`243be84`)
336336
- add documentation topics: Broad Crawls & Common Practies (:commit:`1fbb715`)

docs/topics/request-response.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ Response objects
411411

412412
.. attribute:: Response.body
413413

414-
A str containing the body of this Response. Keep in mind that Reponse.body
414+
A str containing the body of this Response. Keep in mind that Response.body
415415
is always a str. If you want the unicode version use
416416
:meth:`TextResponse.body_as_unicode` (only available in
417417
:class:`TextResponse` and subclasses).

0 commit comments

Comments
 (0)