diff --git a/doc/source/tutorial.rst b/doc/source/tutorial.rst index 49d113594..a552d4a25 100644 --- a/doc/source/tutorial.rst +++ b/doc/source/tutorial.rst @@ -792,8 +792,9 @@ Attribute name Keyword argument Purpose drawn first. --------------- ---------------------- ------------------------------------------ ``shape`` ``vertex_shape`` Shape of the vertex. Known shapes are: - ``rectangle``, ``circle``, ``hidden``, - ``triangle-up``, ``triangle-down``. + ``rectangle``, ``circle``, ``diamond``, + ``hidden``, ``triangle-up``, + ``triangle-down``. Several aliases are also accepted, see :data:`drawing.known_shapes`. --------------- ---------------------- ------------------------------------------