Skip to content

Commit 0bc5475

Browse files
authored
fix typo
1 parent 665a3fa commit 0bc5475

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)