diff options
| author | Georg Brandl <georg@python.org> | 2015-10-20 19:10:35 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2015-10-20 19:10:35 +0200 |
| commit | 7bc19a5fd1fb7e40c8ec4937a0fe45ddb56b5509 (patch) | |
| tree | 4773ac04be7c46b26e8cd0b6945d2d8cb789b1e8 /pygments/formatters | |
| parent | fe4a4f54c113f5471f946e3784ed1735c9c82b37 (diff) | |
| download | pygments-7bc19a5fd1fb7e40c8ec4937a0fe45ddb56b5509.tar.gz | |
Closes #1160: fix docstring markup.
Diffstat (limited to 'pygments/formatters')
| -rw-r--r-- | pygments/formatters/img.py | 2 |
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. |
