--- a/eric6/QScintilla/Exporters/ExporterPDF.py Thu Sep 19 19:22:43 2019 +0200 +++ b/eric6/QScintilla/Exporters/ExporterPDF.py Thu Sep 19 19:39:04 2019 +0200 @@ -39,7 +39,7 @@ PDFfontWidths = [600, 0, 0] PDFpageSizes = { - # name : (height, width) + ## name : (height, width) "Letter": (792, 612), "A4": (842, 595), }