diff --git a/docs/topics/downloader-middleware.rst b/docs/topics/downloader-middleware.rst index b67723b86..de5f72b80 100644 --- a/docs/topics/downloader-middleware.rst +++ b/docs/topics/downloader-middleware.rst @@ -1054,12 +1054,12 @@ RobotFileParser Based on `RobotFileParser `_: -* is Python's built-in robots.txt_ parser. +* is Python's built-in robots.txt_ parser * is compliant with `Martijn Koster's 1996 draft specification - `_. + `_ -* lacks support for wildcard matching. +* lacks support for wildcard matching * doesn't use the length based rule @@ -1077,10 +1077,10 @@ Reppy parser Based on `Reppy `_: * is a Python wrapper around `Robots Exclusion Protocol Parser for C++ - `_. + `_ * is compliant with `Martijn Koster's 1996 draft specification - `_. + `_ * supports wildcard matching @@ -1105,7 +1105,7 @@ Based on `Robotexclusionrulesparser `_: * implemented in Python * is compliant with `Martijn Koster's 1996 draft specification - `_. + `_ * supports wildcard matching