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:
SpiliosDmk 2026-07-25 08:20:18 +03:00 committed by GitHub
parent e4ae4aad52
commit 96195e4a61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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`.