##// END OF EJS Templates
fix a few doc typos...
MinRK -
Show More
@@ -17,7 +17,8 b' At this point, our plugin system is brand new and the documentation is'
17 17 minimal. If you are interested in creating a new plugin, see the following
18 18 files:
19 19
20 * :file:`IPython/extensions/parallemagic.py`
21 * :file:`IPython/extensions/pretty.`
20 * :file:`IPython/extensions/parallelmagic.py`
21 * :file:`IPython/extensions/autoreload.py`
22 * :file:`IPython/extensions/sympyprinting.py`
22 23
23 24 As well as our documentation on the configuration system and extensions.
@@ -179,7 +179,7 b' dv.block : bool'
179 179 whether to wait for the result, or return an :class:`AsyncResult` object
180 180 immediately
181 181 dv.track : bool
182 whether to instruct pyzmq to track when
182 whether to instruct pyzmq to track when zeromq is done sending the message.
183 183 This is primarily useful for non-copying sends of numpy arrays that you plan to
184 184 edit in-place. You need to know when it becomes safe to edit the buffer
185 185 without corrupting the message.
General Comments 0
You need to be logged in to leave comments. Login now