You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, this PEP requires that the default class definition
namespace be ordered (e.g. ``OrderedDict``) by default. The long-
lived class namespace (``__dict__``) will remain a ``dict``.
This gets rendered as:
But there should be no space after the hyphen in the output.
A regex like '[a-z]-$' would catch this with few if any false positives. Could sphinx-lint add a rule looking for this issue?
The text was updated successfully, but these errors were encountered:
PEP 520 has this text in its rst:
This gets rendered as:
But there should be no space after the hyphen in the output.
A regex like
'[a-z]-$'
would catch this with few if any false positives. Could sphinx-lint add a rule looking for this issue?The text was updated successfully, but these errors were encountered: