fix tools typo (withing→within)

This commit is contained in:
Ken Geis 2025-03-06 16:11:42 -08:00 committed by GitHub
parent 384e90f83e
commit ec7b0fefbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ licence: MIT
### Tools Class
Tools have to be defined as methods withing a class called `Tools`, with optional subclasses called `Valves` and `UserValves`, for example:
Tools have to be defined as methods within a class called `Tools`, with optional subclasses called `Valves` and `UserValves`, for example:
```python
class Tools: