diff options
author | gbrandl <devnull@localhost> | 2009-08-10 18:05:27 +0200 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2009-08-10 18:05:27 +0200 |
commit | ceb71c03cd046e9a4766d6ccf004bdacd765f56e (patch) | |
tree | d78347507e6010d1a35ac18a510cedb15fba9b0e | |
parent | d88deabb6a609f24025cc40ae4ebca686bcb5031 (diff) | |
download | pygments-ceb71c03cd046e9a4766d6ccf004bdacd765f56e.tar.gz |
Fix markup.
-rw-r--r-- | pygments/formatters/html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/html.py b/pygments/formatters/html.py index 51e8cda1..674856fa 100644 --- a/pygments/formatters/html.py +++ b/pygments/formatters/html.py @@ -225,7 +225,7 @@ class HtmlFormatter(Formatter): file's path, if the latter can be found. The stylesheet is then written to this file instead of the HTML file. *New in Pygments 0.6.* - `noclobber_cssfile' + `noclobber_cssfile` If `cssfile` is given and the specified file exists, the css file will not be overwritten. This allows the use of the `full` option in combination with a user specified css file. Default is ``False``. |