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

Commit

Permalink
ManifoldSubsetFiniteFamily: Use full error message in doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 24, 2021
1 parent 215c378 commit 84896c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/manifolds/family.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class ManifoldSubsetFiniteFamily(ManifoldObjectFiniteFamily):
sage: ManifoldSubsetFiniteFamily([M, N])
Traceback (most recent call last):
...
TypeError: all... subsets must have the same manifold
TypeError: all open subsets must have the same manifold
"""

Expand Down

0 comments on commit 84896c4

Please sign in to comment.