summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2009-08-10 18:05:27 +0200
committergbrandl <devnull@localhost>2009-08-10 18:05:27 +0200
commitceb71c03cd046e9a4766d6ccf004bdacd765f56e (patch)
treed78347507e6010d1a35ac18a510cedb15fba9b0e
parentd88deabb6a609f24025cc40ae4ebca686bcb5031 (diff)
downloadpygments-ceb71c03cd046e9a4766d6ccf004bdacd765f56e.tar.gz
Fix markup.
-rw-r--r--pygments/formatters/html.py2
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``.