fixed typo envs/README.md

This commit is contained in:
Cypher Pepe 2025-06-08 16:50:35 +03:00 committed by GitHub
parent 5f3deae8d4
commit 24e963d393
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,7 +62,7 @@ These methods have default implementations or are optional based on your needs:
* **`async def cleanup(self)`**: Called after each call to `handle_env`. You can implement this for any cleanup needed after processing a single item, though it's often not required.
## Overrideable Class Variables
## Overridable Class Variables
These class-level variables in `BaseEnv` can be overridden in your subclass to customize its behavior: