Skip to content

Commit 9584bf1

Browse files
committed
Fix wrong link in the documentation of TopologicalSubmanifold.open_subset (Trac #34565)
1 parent 627b2bd commit 9584bf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/manifolds/topological_submanifold.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,7 @@ def open_subset(self, name, latex_name=None, coord_def={}, supersets=None):
294294
295295
OUTPUT:
296296
297-
- the open subset, as an instance of
298-
:class:`~sage.manifolds.manifold.topological_submanifold.TopologicalSubmanifold`
297+
- the open subset, as an instance of :class:`TopologicalSubmanifold`
299298
300299
EXAMPLES::
301300

0 commit comments

Comments
 (0)