##// END OF EJS Templates
fix typos in development docs
Paul Ivanov -
Show More
@@ -498,7 +498,7 For instance:
498 498 # is equivalent to
499 499 $ ipcontroller --Application.log_level=DEBUG
500 500 # and
501 $ ipython --matploitlib
501 $ ipython --matplotlib
502 502 # is equivalent to
503 503 $ ipython --matplotlib auto
504 504 # or
@@ -818,7 +818,7 Message type: ``stream``::
818 818 Display Data
819 819 ------------
820 820
821 This type of message is used to bring back data that should be diplayed (text,
821 This type of message is used to bring back data that should be displayed (text,
822 822 html, svg, etc.) in the frontends. This data is published to all frontends.
823 823 Each message can have multiple representations of the data; it is up to the
824 824 frontend to decide which to use and how. A single message should contain all
@@ -829,7 +829,7 Some questions remain about this design:
829 829
830 830 * Do we use this message type for pyout/displayhook? Probably not, because
831 831 the displayhook also has to handle the Out prompt display. On the other hand
832 we could put that information into the metadata secion.
832 we could put that information into the metadata section.
833 833
834 834 Message type: ``display_data``::
835 835
@@ -838,7 +838,7 Message type: ``display_data``::
838 838 # Who create the data
839 839 'source' : str,
840 840
841 # The data dict contains key/value pairs, where the kids are MIME
841 # The data dict contains key/value pairs, where the keys are MIME
842 842 # types and the values are the raw data of the representation in that
843 843 # format.
844 844 'data' : dict,
General Comments 0
You need to be logged in to leave comments. Login now