diff --git a/peps/pep-0836.rst b/peps/pep-0836.rst index 4417d0e67da..692178547e4 100644 --- a/peps/pep-0836.rst +++ b/peps/pep-0836.rst @@ -837,11 +837,11 @@ approximately as follows: +---------------+---------------+-------------+---------------+ | File Type | Files Changed | Lines Added | Lines Removed | +===============+===============+=============+===============+ -| Generated | 13 | 5300 | 4200 | +| Generated | 13 | 4200 | 5300 | +---------------+---------------+-------------+---------------+ -| Non-Generated | 38 | 2700 | 5800 | +| Non-Generated | 38 | 5800 | 2700 | +---------------+---------------+-------------+---------------+ -| Total | 51 | 8000 | 10000 | +| Total | 51 | 10000 | 8000 | +---------------+---------------+-------------+---------------+ Broken down by file extension: @@ -849,15 +849,15 @@ Broken down by file extension: +-----------+---------------+-------------+---------------+ | Extension | Files Changed | Lines Added | Lines Removed | +===========+===============+=============+===============+ -| .c | 20 | 2300 | 5400 | +| .c | 20 | 5400 | 2300 | +-----------+---------------+-------------+---------------+ -| .c.h | 6 | 3300 | 2400 | +| .c.h | 6 | 2400 | 3300 | +-----------+---------------+-------------+---------------+ -| .h | 20 | 2300 | 2100 | +| .h | 20 | 2100 | 2300 | +-----------+---------------+-------------+---------------+ | .py | 5 | 100 | 100 | +-----------+---------------+-------------+---------------+ -| Total | 51 | 8000 | 10000 | +| Total | 51 | 10000 | 8000 | +-----------+---------------+-------------+---------------+