Skip to content

Commit

Permalink
Merge pull request #152 from pesekon2/how_to_use_fix_broken_examples
Browse files Browse the repository at this point in the history
how_to_use: fix broken get_...() examples
  • Loading branch information
iamtekson authored May 21, 2024
2 parents 294f19c + 89ee67c commit 6734545
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/how_to_use.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ Some get request examples
system_status = geo.get_system_status()
# get workspace
workspace = geo.get_workspaces(workspace='workspace_name')
workspace = geo.get_workspace(workspace='workspace_name')
# get default workspace
dw = geo.get_default_wokspace()
Expand All @@ -339,7 +339,7 @@ Some get request examples
workspaces = geo.get_workspaces()
# get datastore
datastore = geo.get_datastores(store_name='store')
datastore = geo.get_datastore(store_name='store')
# get all the datastores
datastores = geo.get_datastores()
Expand Down

0 comments on commit 6734545

Please sign in to comment.