Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 7a5e122

Browse files
committed
trac #33670: fix typo
1 parent 077a46f commit 7a5e122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/graphs/generators/families.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3473,7 +3473,7 @@ def nauty_gentreeg(options="", debug=False):
34733473
...
34743474
StopIteration
34753475
3476-
The number of trees on the first few vertex counts. This aggrees with
3476+
The number of trees on the first few vertex counts. This agrees with
34773477
:oeis:`A000055`::
34783478
34793479
sage: [len(list(graphs.nauty_gentreeg(str(i)))) for i in range(1, 15)]

0 commit comments

Comments
 (0)