Skip to content

Commit

Permalink
correct backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
mantepse authored Jan 17, 2025
1 parent bae3347 commit 7d53e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/combinat/bijectionist.py
Original file line number Diff line number Diff line change
Expand Up @@ -2139,8 +2139,8 @@ def _preprocess_intertwining_relations(self):
sage: bij._P
{{'a'}, {'b'}, {'c'}, {'d'}}
However, adding that `'a'` and `'c'` are in the same block,
we can infer that also `'b'` and `'d'` are in the same
However, adding that ``'a'`` and ``'c'`` are in the same block,
we can infer that also ``'b'`` and ``'d'`` are in the same
block::
sage: bij.set_constant_blocks([['a', 'c']])
Expand Down

0 comments on commit 7d53e28

Please sign in to comment.