Docs fix cartesian.py
This commit is contained in:
committed by
Nicola Demo
parent
e0e9e9c4d1
commit
63a3296293
@@ -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_ = {}
|
||||
|
||||
Reference in New Issue
Block a user