diff --git a/pina/geometry/cartesian.py b/pina/geometry/cartesian.py index 2bf0255..5a0050b 100644 --- a/pina/geometry/cartesian.py +++ b/pina/geometry/cartesian.py @@ -16,7 +16,7 @@ class CartesianDomain(Location): :type span_dict: dict :Example: - >>> spatial_domain = Span({'x': [0, 1], 'y': [0, 1]}) + >>> spatial_domain = CartesianDomain({'x': [0, 1], 'y': [0, 1]}) """ self.fixed_ = {} self.range_ = {}