Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos in How To Use section, examples of get requests #121

Closed
engle212 opened this issue Jul 17, 2023 · 1 comment
Closed

Typos in How To Use section, examples of get requests #121

engle212 opened this issue Jul 17, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@engle212
Copy link

# 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:

# 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.

@iamtekson
Copy link
Collaborator

Thanks for raising this issue. It is the error on documentation. I will fix it soon.

@iamtekson iamtekson self-assigned this Jul 19, 2023
@iamtekson iamtekson added the documentation Improvements or additions to documentation label Jul 19, 2023
iamtekson added a commit that referenced this issue Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants