Skip to content

Commit

Permalink
Merge pull request #5620 from garrison/patch-1
Browse files Browse the repository at this point in the history
fixed a typo in IPython.core.formatters
  • Loading branch information
takluyver committed Apr 15, 2014
2 parents f952988 + 116fb4b commit c572d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/core/formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c572d4d

Please sign in to comment.