summaryrefslogtreecommitdiff
path: root/pygments/formatters
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2015-10-20 19:10:35 +0200
committerGeorg Brandl <georg@python.org>2015-10-20 19:10:35 +0200
commit1ce71bbfdec8de1eb84ecdfc55d26f2a86671758 (patch)
tree8941a966de38f79b04e3c967b2339ab94193a8bb /pygments/formatters
parent11d59b1f62de16a658812f6971bca1deb5a56b5e (diff)
downloadpygments-git-1ce71bbfdec8de1eb84ecdfc55d26f2a86671758.tar.gz
Closes #1160: fix docstring markup.
Diffstat (limited to 'pygments/formatters')
-rw-r--r--pygments/formatters/img.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/img.py b/pygments/formatters/img.py
index 60f33fa6..667a8697 100644
--- a/pygments/formatters/img.py
+++ b/pygments/formatters/img.py
@@ -196,7 +196,7 @@ class ImageFormatter(Formatter):
bold and italic fonts will be generated. This really should be a
monospace font to look sane.
- Default: "Bitstream Vera Sans Mono" on Windows, Courier New on *nix
+ Default: "Bitstream Vera Sans Mono" on Windows, Courier New on \*nix
`font_size`
The font size in points to be used.