We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c46f7fb commit f3a10c7Copy full SHA for f3a10c7
pdfkit/pdfkit.py
@@ -145,8 +145,8 @@ def to_pdf(self, path=None):
145
146
if 'cannot connect to X server' in stderr.decode('utf-8'):
147
raise IOError('%s\n'
148
- 'You will need to run whktmltopdf within a "virtual" X server.\n'
149
- 'Go to the link above for more information\n'
+ 'You will need to run wkhtmltopdf within a "virtual" X server.\n'
+ 'Go to the link below for more information\n'
150
'https://github.com/JazzCore/python-pdfkit/wiki/Using-wkhtmltopdf-without-X-server' % stderr.decode('utf-8'))
151
152
if 'Error' in stderr.decode('utf-8'):
0 commit comments