Skip to content

Commit 362bcda

Browse files
fix tagging error
1 parent 7777f4e commit 362bcda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonManual/asciidoc/cypher-workflow.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,12 @@ Represents 2 or 3 dimensional point in Cartesian space.
245245

246246
[source, python]
247247
----
248-
include::{python-examples}/test_geospatial_types_example.py[tags=temporal-types-cartesian-import]
248+
include::{python-examples}/test_geospatial_types_example.py[tags=geospatial-types-cartesian-import]
249249
----
250250

251251
[source, python]
252252
----
253-
include::{python-examples}/test_geospatial_types_example.py[tags=temporal-types-cartesian]
253+
include::{python-examples}/test_geospatial_types_example.py[tags=geospatial-types-cartesian]
254254
----
255255

256256

@@ -261,12 +261,12 @@ Represents an instant capturing the wgs84, but not the time, nor the timezone.
261261

262262
[source, python]
263263
----
264-
include::{python-examples}/test_geospatial_types_example.py[tags=temporal-types-wgs84-import]
264+
include::{python-examples}/test_geospatial_types_example.py[tags=geospatial-types-wgs84-import]
265265
----
266266

267267
[source, python]
268268
----
269-
include::{python-examples}/test_geospatial_types_example.py[tags=temporal-types-wgs84]
269+
include::{python-examples}/test_geospatial_types_example.py[tags=geospatial-types-wgs84]
270270
----
271271

272272

0 commit comments

Comments
 (0)