X Tutup
The Wayback Machine - https://web.archive.org/web/20221223163107/https://github.com/python/cpython/pull/97998/commits
Skip to content
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

Docs: Fix backtick errors found by sphinx-lint #97998

Merged
merged 4 commits into from Oct 7, 2022

Commits on Oct 6, 2022

  1. Use ... for True/False/None

    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
    hugovk and ezio-melotti committed Oct 6, 2022
  2. Make formatting consistent

    Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
    hugovk and ezio-melotti committed Oct 6, 2022
X Tutup