This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1010
1111from sage .misc .abstract_method import abstract_method
1212from sage .misc .cachefunc import cached_method
13- from sage .misc .lazy_attribute import lazy_attribute
14- from sage .misc .lazy_import import LazyImport
1513from sage .categories .category_types import Category_over_base_ring
1614from sage .categories .category_with_axiom import CategoryWithAxiom_over_base_ring
1715from sage .categories .sets_cat import Sets
@@ -67,8 +65,8 @@ def additional_structure(self):
6765 Return ``None``.
6866
6967 Indeed, the category of manifolds defines no new
70- structure: a morphism of metric spaces between manifolds
71- is a manifold morphism.
68+ structure: a morphism of topological spaces between
69+ manifolds is a manifold morphism.
7270
7371 .. SEEALSO:: :meth:`Category.additional_structure`
7472
Original file line number Diff line number Diff line change 88# http://www.gnu.org/licenses/
99#******************************************************************************
1010
11- from sage .misc .abstract_method import abstract_method
1211from sage .misc .cachefunc import cached_method
1312from sage .categories .category import Category
1413from sage .categories .category_with_axiom import CategoryWithAxiom
@@ -47,7 +46,7 @@ def default_super_categories(cls, category):
4746
4847 Consider ``category=Groups()``. Then, a group `G` with a metric
4948 is simultaneously a topological group by itself, and a
50- topogological space::
49+ metric space::
5150
5251 sage: Groups().Metric().super_categories()
5352 [Category of topological groups, Category of metric spaces]
Original file line number Diff line number Diff line change 99#******************************************************************************
1010
1111from sage .misc .cachefunc import cached_method
12- from sage .misc .lazy_attribute import lazy_class_attribute
13- from sage .categories .category import Category
1412from sage .categories .category_with_axiom import CategoryWithAxiom
1513from sage .categories .covariant_functorial_construction import RegressiveCovariantConstructionCategory
1614from sage .categories .sets_cat import Sets
You can’t perform that action at this time.
0 commit comments