##// 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 minimal. If you are interested in creating a new plugin, see the following
17 minimal. If you are interested in creating a new plugin, see the following
18 files:
18 files:
19
19
20 * :file:`IPython/extensions/parallemagic.py`
20 * :file:`IPython/extensions/parallelmagic.py`
21 * :file:`IPython/extensions/pretty.`
21 * :file:`IPython/extensions/autoreload.py`
22 * :file:`IPython/extensions/sympyprinting.py`
22
23
23 As well as our documentation on the configuration system and extensions.
24 As well as our documentation on the configuration system and extensions.
@@ -179,7 +179,7 b' dv.block : bool'
179 whether to wait for the result, or return an :class:`AsyncResult` object
179 whether to wait for the result, or return an :class:`AsyncResult` object
180 immediately
180 immediately
181 dv.track : bool
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 This is primarily useful for non-copying sends of numpy arrays that you plan to
183 This is primarily useful for non-copying sends of numpy arrays that you plan to
184 edit in-place. You need to know when it becomes safe to edit the buffer
184 edit in-place. You need to know when it becomes safe to edit the buffer
185 without corrupting the message.
185 without corrupting the message.
General Comments 0
You need to be logged in to leave comments. Login now