mirror of https://github.com/scrapy/scrapy.git
Indicate that Selector.type can be json (#6334)
This commit is contained in:
parent
d7da298e06
commit
aa025d7eac
|
|
@ -47,7 +47,7 @@ class Selector(_ParselSelector, object_ref):
|
|||
``response`` isn't available. Using ``text`` and ``response`` together is
|
||||
undefined behavior.
|
||||
|
||||
``type`` defines the selector type, it can be ``"html"``, ``"xml"``
|
||||
``type`` defines the selector type, it can be ``"html"``, ``"xml"``, ``"json"``
|
||||
or ``None`` (default).
|
||||
|
||||
If ``type`` is ``None``, the selector automatically chooses the best type
|
||||
|
|
|
|||
Loading…
Reference in New Issue