From b21888ff29fc3dc74debd863573fa87e7ba5181e 2014-02-21 02:20:23 From: MinRK Date: 2014-02-21 02:20:23 Subject: [PATCH] bibtext typo --- diff --git a/IPython/nbconvert/postprocessors/pdf.py b/IPython/nbconvert/postprocessors/pdf.py index daba66c..cfd85b7 100644 --- a/IPython/nbconvert/postprocessors/pdf.py +++ b/IPython/nbconvert/postprocessors/pdf.py @@ -115,7 +115,7 @@ class PDFPostProcessor(PostProcessorBase): return self.run_command(self.bib_command, filename, 1, log_error) def clean_temp_files(self, filename): - """Remove temporary files created by pdflatex/bibtext.""" + """Remove temporary files created by pdflatex/bibtex.""" self.log.info("Removing temporary LaTeX files") filename = os.path.splitext(filename)[0] for ext in self.temp_file_exts: