##// END OF EJS Templates
Minor docstring adjustment.
chebee7i -
Show More
@@ -58,9 +58,9 b' ipython_execlines:'
58 ['import numpy as np', 'import matplotlib.pyplot as plt'] is used.
58 ['import numpy as np', 'import matplotlib.pyplot as plt'] is used.
59
59
60 As an example, to use the IPython directive when `matplotlib` is not available,
60 As an example, to use the IPython directive when `matplotlib` is not available,
61 one sets the backend to `'none'`::
61 one sets the backend to `None`::
62
62
63 ipython_mplbacked = 'none'
63 ipython_mplbackend = None
64
64
65 An example usage of the directive is:
65 An example usage of the directive is:
66
66
General Comments 0
You need to be logged in to leave comments. Login now