Skip to content

Commit 82266d0

Browse files
author
Matthias Koeppe
committed
src/sage/combinat/tiling.py: Doctest cosmetics
1 parent ebea641 commit 82266d0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sage/combinat/tiling.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,11 +1823,11 @@ def int_to_coord_dict(self):
18231823
@cached_method
18241824
def rows_for_piece(self, i, mod_box_isometries=False):
18251825
r"""
1826-
Return the rows for the i-th piece.
1826+
Return the rows for the `i`-th piece.
18271827
18281828
INPUT:
18291829
1830-
- ``i`` -- integer, the i-th piece
1830+
- ``i`` -- integer, the `i`-th piece
18311831
18321832
- ``mod_box_isometries`` -- bool (default: ``False``), whether to
18331833
consider only rows for positions up to the action of the
@@ -1938,15 +1938,15 @@ def _rows_mod_box_isometries(self, i):
19381938
Return a list of rows representing the solutions up to isometries of
19391939
the box.
19401940
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
19421942
the box. In dimension 3, there are four times less rows for that
19431943
piece.
19441944
19451945
It is currently implemented only when the pieces are not reusable.
19461946
19471947
INPUT:
19481948
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
19501950
be isometric to itself by a isometry that preserve the box.
19511951
19521952
EXAMPLES::
@@ -2054,7 +2054,7 @@ def row_to_polyomino(self, row_number):
20542054
20552055
INPUT:
20562056
2057-
- ``row_number`` -- integer, the i-th row
2057+
- ``row_number`` -- integer, the `i`-th row
20582058
20592059
OUTPUT:
20602060

0 commit comments

Comments
 (0)