From 38828d3fd45e7846ef3556d384e4c1fdc7a0c8ba Mon Sep 17 00:00:00 2001 From: Vostretsov Nikita Date: Mon, 9 Sep 2019 17:04:13 +0300 Subject: [PATCH] Update docs/topics/downloader-middleware.rst Co-Authored-By: elacuesta --- docs/topics/downloader-middleware.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index be96425cf..192bfd19a 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -1021,7 +1021,7 @@ RobotFileParser ~~~~~~~~~~~~~~~ `RobotFileParser `_ is -Python's inbuilt robots.txt_ parser. The parser is fully compliant with `Martijn Koster's +Python's built-in robots.txt_ parser. The parser is fully compliant with `Martijn Koster's 1996 draft specification `_. It lacks support for wildcard matching.