mirror of https://github.com/scrapy/scrapy.git
docs: fix a/an article before XML in faq.rst (#7779)
'a XML document' -> 'an XML document' (XML is pronounced with a vowel sound).
This commit is contained in:
parent
e4ae4aad52
commit
96195e4a61
|
|
@ -332,8 +332,8 @@ section of the site (which varies each time). In that case, the credentials to
|
|||
log in would be settings, while the url of the section to scrape would be a
|
||||
spider argument.
|
||||
|
||||
I'm scraping a XML document and my XPath selector doesn't return any items
|
||||
--------------------------------------------------------------------------
|
||||
I'm scraping an XML document and my XPath selector doesn't return any items
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
You may need to remove namespaces. See :ref:`removing-namespaces`.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue