PEP 547: Fix rendering errors

This commit is contained in:
Nick Coghlan 2017-06-03 14:32:25 +10:00
parent 329ed7e935
commit 5f17b7a5d9
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ Author: Marcel Plch <gmarcel.plch@gmail.com>,
Petr Viktorin <encukou@gmail.com>
Status: Draft
Type: Standards Track
Content-Type: x-rst
Content-Type: text/x-rst
Created: 25-May-2017
Python-Version: 3.7
Post-History:
@ -36,7 +36,7 @@ Python's ``-m`` option.
The technical groundwork to make this possible has been done for PEP 489,
and enabling the ``-m`` option is listed in that PEP's
`Possible Future Extensions`_” section.
“Possible Future Extensions” section.
Technically, the additional changes proposed here are relatively small.