Skip to content

Commit e9385c0

Browse files
fwjmathtscrim
andauthored
Update src/sage/combinat/abstract_tree.py
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
1 parent f3261b5 commit e9385c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/combinat/abstract_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2216,7 +2216,7 @@ def _require_mutable(self):
22162216
...
22172217
ValueError: object is immutable; please change a copy instead.
22182218
2219-
EXAMPLES::
2219+
::
22202220
22212221
sage: T = LabelledRootedTree([]).clone()
22222222
sage: T.node_number()

0 commit comments

Comments
 (0)