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

Directive with single colon instead of double

Open hugovk opened this issue 1 year ago • 1 comments
trafficstars

For example, not detected at https://github.com/python/cpython/pull/121646 and fixed in https://github.com/python/cpython/pull/123783:

   .. versionadded: 3.14

Should be:

   .. versionadded:: 3.14

hugovk avatar Sep 12 '24 11:09 hugovk