From 116fb4b7b7f6cc4a6bee0fd127806c750d68905e 2014-04-15 02:25:34 From: Jim Garrison Date: 2014-04-15 02:25:34 Subject: [PATCH] fixed a typo in IPython.core.formatters --- diff --git a/IPython/core/formatters.py b/IPython/core/formatters.py index 33bdc17..f2fa9bb 100644 --- a/IPython/core/formatters.py +++ b/IPython/core/formatters.py @@ -810,7 +810,7 @@ class JavascriptFormatter(BaseFormatter): class PDFFormatter(BaseFormatter): """A PDF formatter. - To defined the callables that compute to PDF representation of your + To define the callables that compute the PDF representation of your objects, define a :meth:`_repr_pdf_` method or use the :meth:`for_type` or :meth:`for_type_by_name` methods to register functions that handle this.