Skip to content

Commit 630be3a

Browse files
hyanwongbenjeffery
andauthored
Update python/tskit/trees.py
Co-authored-by: Ben Jeffery <ben.jeffery@gmail.com>
1 parent 22f7e39 commit 630be3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/tskit/trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ def draw_svg(
13591359
`stylesheets <https://www.w3.org/TR/SVG2/styling.html>`_. Style strings can
13601360
be embedded in the svg by using the ``style`` parameter, or added to html
13611361
pages which contain the raw SVG (e.g. within a Jupyter notebook by using the
1362-
IPython HTML() function). As a simple example, passing the following
1362+
IPython ``HTML()`` function). As a simple example, passing the following
13631363
string as the ``style`` parameter will hide all labels:
13641364
13651365
.. code-block:: css

0 commit comments

Comments
 (0)