##// END OF EJS Templates
fixed a typo in IPython.core.formatters
Jim Garrison -
Show More
@@ -810,7 +810,7 b' class JavascriptFormatter(BaseFormatter):'
810 class PDFFormatter(BaseFormatter):
810 class PDFFormatter(BaseFormatter):
811 """A PDF formatter.
811 """A PDF formatter.
812
812
813 To defined the callables that compute to PDF representation of your
813 To define the callables that compute the PDF representation of your
814 objects, define a :meth:`_repr_pdf_` method or use the :meth:`for_type`
814 objects, define a :meth:`_repr_pdf_` method or use the :meth:`for_type`
815 or :meth:`for_type_by_name` methods to register functions that handle
815 or :meth:`for_type_by_name` methods to register functions that handle
816 this.
816 this.
General Comments 0
You need to be logged in to leave comments. Login now