Skip to content

Commit

Permalink
Fix error in quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
benpearman committed Mar 20, 2024
1 parent c6b0451 commit 6cf1350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Create a new Layer from existing datasources::
>>> layer = koordinates.Layer()
>>> layer.name = "A Test Layer"
>>> layer.group = 999
>>> layer.data = koordinates.LayerData(datasources=[123456])
>>> layer.data = koordinates.layers.LayerData(datasources=[123456])
>>> layer = client.layers.create(layer)
>>> print(layer.url)

Expand Down

0 comments on commit 6cf1350

Please sign in to comment.