X-Git-Url: https://scm.cri.minesparis.psl.eu/git/linpy.git/blobdiff_plain/5d474779438016e3af4bfd13a4200a01ca9ec3c7..cc1d83eaadffc1d5de296e2ec2b401d04de70c41:/doc/tutorial.rst

diff --git a/doc/tutorial.rst b/doc/tutorial.rst
index b13a22e..67aecd6 100644
--- a/doc/tutorial.rst
+++ b/doc/tutorial.rst
@@ -10,8 +10,8 @@ For a comprehensive description of its functionalities, please consult the :ref:
 
 .. _tutorial_polyhedra:
 
-Polyhedra
----------
+Z-Polyhedra
+-----------
 
 The following example shows how we can manipulate polyhedra using LinPy.
 Let us define two square polyhedra, corresponding to the sets ``square1 = {(x, y) | 0 <= x <= 2, 0 <= y <= 2}`` and ``square2 = {(x, y) | 2 <= x <= 4, 2 <= y <= 4}``.