@@ -1823,11 +1823,11 @@ def int_to_coord_dict(self):
1823
1823
@cached_method
1824
1824
def rows_for_piece (self , i , mod_box_isometries = False ):
1825
1825
r"""
1826
- Return the rows for the i -th piece.
1826
+ Return the rows for the `i` -th piece.
1827
1827
1828
1828
INPUT:
1829
1829
1830
- - ``i`` -- integer, the i -th piece
1830
+ - ``i`` -- integer, the `i` -th piece
1831
1831
1832
1832
- ``mod_box_isometries`` -- bool (default: ``False``), whether to
1833
1833
consider only rows for positions up to the action of the
@@ -1938,15 +1938,15 @@ def _rows_mod_box_isometries(self, i):
1938
1938
Return a list of rows representing the solutions up to isometries of
1939
1939
the box.
1940
1940
1941
- The positions of the ``i` `-th pieces are chosen up to isometries of
1941
+ The positions of the `i `-th pieces are chosen up to isometries of
1942
1942
the box. In dimension 3, there are four times less rows for that
1943
1943
piece.
1944
1944
1945
1945
It is currently implemented only when the pieces are not reusable.
1946
1946
1947
1947
INPUT:
1948
1948
1949
- - ``i`` - integer, the i -th piece to consider, that piece must not
1949
+ - ``i`` -- integer, the `i` -th piece to consider, that piece must not
1950
1950
be isometric to itself by a isometry that preserve the box.
1951
1951
1952
1952
EXAMPLES::
@@ -2054,7 +2054,7 @@ def row_to_polyomino(self, row_number):
2054
2054
2055
2055
INPUT:
2056
2056
2057
- - ``row_number`` -- integer, the i -th row
2057
+ - ``row_number`` -- integer, the `i` -th row
2058
2058
2059
2059
OUTPUT:
2060
2060
0 commit comments