diff --git a/src/graph_tool/draw/cairo_draw.py b/src/graph_tool/draw/cairo_draw.py index 4bbc6522ed1ca58acecc650bf7d4d40d274ef5a4..7bfe6f502f1de1898883865ea904a7c09ede0309 100644 --- a/src/graph_tool/draw/cairo_draw.py +++ b/src/graph_tool/draw/cairo_draw.py @@ -605,7 +605,7 @@ def graph_draw(g, pos=None, vprops=None, eprops=None, vorder=None, eorder=None, given via the ``vertex_`` parameters, where ```` is the name of the property. eprops : dict (optional, default: ``None``) - Dictionary with the vertex properties. Individual properties may also be + Dictionary with the edge properties. Individual properties may also be given via the ``edge_`` parameters, where ```` is the name of the property. vorder : :class:`~graph_tool.PropertyMap` (optional, default: ``None``)