More space
This commit is contained in:
parent
0e0896b582
commit
2e98417e67
|
@ -204,6 +204,8 @@ def write_pep0(peps, output=sys.stdout):
|
||||||
'title': 'RESERVED',
|
'title': 'RESERVED',
|
||||||
'authors': claimants,
|
'authors': claimants,
|
||||||
}
|
}
|
||||||
|
print>>output
|
||||||
|
print>>output
|
||||||
print>>output, u"Key"
|
print>>output, u"Key"
|
||||||
print>>output
|
print>>output
|
||||||
for type_ in PEP.type_values:
|
for type_ in PEP.type_values:
|
||||||
|
|
Loading…
Reference in New Issue