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

Commit

Permalink
rac #17693, comment 43, 18: use .is_oo to test for oo in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Sep 29, 2015
1 parent f7bd83a commit a554d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/data_structures/mutable_poset.py
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ def _copy_all_linked_(self, memo, poset, mapping):
sage: z.poset is Q
True
sage: oo = z.successors().pop()
sage: oo == P.oo
sage: oo.is_oo()
True
"""
try:
Expand Down

0 comments on commit a554d69

Please sign in to comment.