Merge pull request #7 from jackwotherspoon/main

docs: update ToolboxTool port in docstring
This commit is contained in:
Hangfei Lin 2025-04-10 18:04:52 -07:00 committed by GitHub
commit 59117b9b96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ class ToolboxTool:
Example:
```python
toolbox = ToolboxTool("http://127.0.0.1:8080")
toolbox = ToolboxTool("http://127.0.0.1:5000")
tool = toolbox.get_tool("tool_name")
toolset = toolbox.get_toolset("toolset_name")
```