7 you change something on a builtin formatter defintion, run this script from |
7 you change something on a builtin formatter defintion, run this script from |
8 the formatters folder to update it. |
8 the formatters folder to update it. |
9 |
9 |
10 Do not alter the FORMATTERS dictionary by hand. |
10 Do not alter the FORMATTERS dictionary by hand. |
11 |
11 |
12 :copyright: Copyright 2006-2009 by the Pygments team, see AUTHORS. |
12 :copyright: Copyright 2006-2010 by the Pygments team, see AUTHORS. |
13 :license: BSD, see LICENSE for details. |
13 :license: BSD, see LICENSE for details. |
14 """ |
14 """ |
15 |
15 |
16 from pygments.util import docstring_headline |
16 from pygments.util import docstring_headline |
17 |
17 |