-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove stray backtick in NEWS entry #115356
Conversation
Thanks @ezio-melotti for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @ezio-melotti for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
(cherry picked from commit a82fbc1) Co-authored-by: Ezio Melotti <[email protected]>
GH-115363 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit a82fbc1) Co-authored-by: Ezio Melotti <[email protected]>
GH-115364 is a backport of this pull request to the 3.12 branch. |
Remove stray backtick in NEWS entry (GH-115356) (cherry picked from commit a82fbc1) Co-authored-by: Ezio Melotti <[email protected]>
Remove stray backtick in NEWS entry (GH-115356) (cherry picked from commit a82fbc1) Co-authored-by: Ezio Melotti <[email protected]>
We do: cpython/.pre-commit-config.yaml Lines 26 to 31 in a82fbc1
But this sort of stray backtick isn't detected. If I introduce one like this: -Most exceptions are now ignored when attempting to set the ``__orig_class__``
+Most exceptions are now ignored when attempting to set the ``__orig_class__` It is detected:
|
If it's not detected maybe we should create an issue about detecting it. |
There was an issue already: |
This removes a stray backtick that I noticed in a NEWS entry, introduced in #115213.
@hugovk, do we run
sphinx-lint
on NEWS entries?