diff --git a/src/sage/combinat/bijectionist.py b/src/sage/combinat/bijectionist.py index 1b2600aa786..084c60d7026 100644 --- a/src/sage/combinat/bijectionist.py +++ b/src/sage/combinat/bijectionist.py @@ -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']])