Docs fix cartesian.py

This commit is contained in:
Dario Coscia
2023-06-21 17:24:55 +02:00
committed by Nicola Demo
parent e0e9e9c4d1
commit 63a3296293

View File

@@ -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_ = {}