Skip to content

Commit 1d2c544

Browse files
author
Matthias Koeppe
committed
Update # needs
1 parent befd5b4 commit 1d2c544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/cpython/getattr.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ def dir_with_other_class(self, *cls):
421421
422422
Check that :trac:`13043` is fixed::
423423
424-
sage: len(dir(RIF))==len(set(dir(RIF)))
424+
sage: len(dir(RIF))==len(set(dir(RIF))) # needs sage.rings.real_interval_field
425425
True
426426
"""
427427
ret = set()

0 commit comments

Comments
 (0)