Staging
v0.8.1
https://github.com/python/cpython
Revision a619af43ccd10bab363b1e59814a2e2727422545 authored by Hansraj Das on 04 October 2020, 16:09:26 UTC, committed by GitHub on 04 October 2020, 16:09:26 UTC
1 parent 1ed5443
Raw File
Tip revision: a619af43ccd10bab363b1e59814a2e2727422545 authored by Hansraj Das on 04 October 2020, 16:09:26 UTC
Delete extra 'the' from `Formatter` class docstring (GH-22530)
Tip revision: a619af4
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top