##// END OF EJS Templates
Fix list pygments styles example
Jasper Poppe -
Show More
@@ -108,8 +108,8 b' to pick a style in accordance with ``InteractiveShell.colors``.'
108
108
109 You can see the Pygments styles available on your system by running::
109 You can see the Pygments styles available on your system by running::
110
110
111 import pygments
111 from pygments.styles import get_all_styles
112 list(pygments.styles.get_all_styles())
112 list(get_all_styles())
113
113
114 Additionally, ``TerminalInteractiveShell.highlighting_style_overrides`` can override
114 Additionally, ``TerminalInteractiveShell.highlighting_style_overrides`` can override
115 specific styles in the highlighting. It should be a dictionary mapping Pygments
115 specific styles in the highlighting. It should be a dictionary mapping Pygments
General Comments 0
You need to be logged in to leave comments. Login now