Skip to content

Commit ec3b567

Browse files
author
Release Manager
committed
gh-40310: fix typo URL: #40310 Reported by: Martin Rubey Reviewer(s):
2 parents a549049 + 0bc5475 commit ec3b567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/combinat/bijectionist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@
162162
sage: list(bij.solutions_iterator())
163163
[]
164164
165-
Next we demonstrate how to search for a bijection, instead An example
166-
identifying `s` and `S`::
165+
Next we demonstrate how to search for a bijection. To do so, we identify `s`
166+
and `S`::
167167
168168
sage: N = 4
169169
sage: A = [dyck_word for n in range(1, N) for dyck_word in DyckWords(n)]

0 commit comments

Comments
 (0)