Fix 'Created' date for PEP 586 (#1149)
PEP 586 was actually authored in March 2019, not March 2018 -- see the [commit log history](https://github.com/python/peps/commits/master/pep-0586.rst).
This commit is contained in:
parent
c5a458d49e
commit
f990bd97a7
|
@ -6,9 +6,9 @@ Discussions-To: Typing-Sig <typing-sig@python.org>
|
||||||
Status: Accepted
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 14-Mar-2018
|
Created: 14-Mar-2019
|
||||||
Python-Version: 3.8
|
Python-Version: 3.8
|
||||||
Post-History: 14-Mar-2018
|
Post-History: 14-Mar-2019
|
||||||
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue