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

Commit e3a541e

Browse files
author
Matthias Koeppe
committed
Fixup
1 parent 747b458 commit e3a541e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/doctest/control.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
pass
5555

5656
from sage.features.sagemath import sage_optional_tags
57-
auto_optional_tags |= sage_optional_tags()
57+
auto_optional_tags.update(sage_optional_tags())
5858

5959
class DocTestDefaults(SageObject):
6060
"""

0 commit comments

Comments
 (0)