Closed engle212 closed 1 year ago
# get workspace workspace = geo.get_workspaces(workspace='workspace_name')
Above line should be just geo.get_workspace(workspace='workspace_name') Other examples also have errors:
geo.get_workspace(workspace='workspace_name')
# get default workspace dw = geo.get_default_wokspace(workspace='workspace_name')
Above line should be geo.get_default_workspace() There are other typos like this in the same docs/source/how_to_use.rst document.
geo.get_default_workspace()
Thanks for raising this issue. It is the error on documentation. I will fix it soon.
Above line should be just
geo.get_workspace(workspace='workspace_name')
Other examples also have errors:Above line should be
geo.get_default_workspace()
There are other typos like this in the same docs/source/how_to_use.rst document.