Skip to content

Commit a9e3acb

Browse files
author
Release Manager
committed
Trac #34565: Fix wrong link in the documentation of topological submanifolds
The link in the `OUTPUT` field of the docstring of `TopologicalSubmanifold.open_subset` is corrected to {{{:class:`TopologicalSubmanifold`}}} URL: https://trac.sagemath.org/34565 Reported by: egourgoulhon Ticket author(s): Eric Gourgoulhon Reviewer(s): Kwankyu Lee
2 parents 2e4047b + 9584bf1 commit a9e3acb

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)