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

Commit

Permalink
ManifoldSubset.open_cover_family: Fix up docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Apr 25, 2021
1 parent 59553f7 commit fc23784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/manifolds/subset.py
Expand Up @@ -601,8 +601,8 @@ def open_cover_family(self, trivial=True, supersets=False):
.. NOTE::
If you only need to iterate over the open supersets in arbitrary
order, you can use the generator method :meth:`open_supersets`
If you only need to iterate over the open covers in arbitrary
order, you can use the generator method :meth:`open_covers`
instead.
INPUT:
Expand Down

0 comments on commit fc23784

Please sign in to comment.