sphinx-lint icon indicating copy to clipboard operation
sphinx-lint copied to clipboard

Detect typo :mod:`!cgi``

Open vstinner opened this issue 2 years ago • 4 comments
trafficstars

Oh, I'm surprising that sphinx-lint missing this typo in my PR https://github.com/python/cpython/pull/104775 :

* :pep:`594`: Remove the :mod:`!cgi`` and :mod:`!cgitb` modules,
  deprecated in Python 3.11.

It should be:

* :pep:`594`: Remove the :mod:`!cgi` and :mod:`!cgitb` modules,
  deprecated in Python 3.11.

vstinner avatar May 31 '23 12:05 vstinner

Fix for the typo: https://github.com/python/cpython/pull/105139

vstinner avatar May 31 '23 12:05 vstinner

I recently found and fixed a few others:

  • https://github.com/python/cpython/pull/115356
  • https://github.com/python/cpython/pull/115374

ezio-melotti avatar Feb 13 '24 16:02 ezio-melotti

No activity for 1 year, I close the issue.

vstinner avatar Sep 06 '24 14:09 vstinner

This is an actual issue that should be fixed, even if no one got around fixing it yet. I would keep it open unless you have some particular reason to want this closed (in that case I could create a new issue).

ezio-melotti avatar Sep 06 '24 14:09 ezio-melotti