Skip to content

Commit

Permalink
Address review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mshukuno committed May 3, 2024
1 parent 0035976 commit ffbabde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/grass/temporal/temporal_topology_dataset_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class TemporalTopologyDatasetConnector:
- finishes
- finished
.. code-block:: python
# We have build the temporal topology and we know the first map
start = first
while start:
Expand All @@ -54,8 +55,6 @@ class TemporalTopologyDatasetConnector:
start = start.next()
.. code-block:: python
>>> import grass.temporal as tgis
>>> tgis.init()
>>> map = tgis.RasterDataset("a@P")
Expand Down

0 comments on commit ffbabde

Please sign in to comment.