summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2018-11-24 17:50:46 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2018-11-24 17:50:46 +0100
commit72b98953d2dd8db2a909595eea718744ed7ee318 (patch)
tree8e71d28cd8a0b0493ae5ffa1253e728e5f84babc
parent60afd6c7897f2e0b5326645efd48c9b70db744d8 (diff)
downloadpygments-72b98953d2dd8db2a909595eea718744ed7ee318.tar.gz
Fix another instance of print in the quickstart documentation.
-rw-r--r--doc/docs/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docs/quickstart.rst b/doc/docs/quickstart.rst
index d994f74e..3a823e7f 100644
--- a/doc/docs/quickstart.rst
+++ b/doc/docs/quickstart.rst
@@ -56,7 +56,7 @@ can be produced by:
.. sourcecode:: python
- print HtmlFormatter().get_style_defs('.highlight')
+ print(HtmlFormatter().get_style_defs('.highlight'))
The argument to :func:`get_style_defs` is used as an additional CSS selector:
the output may look like this: