fix: correct spelling

This commit is contained in:
amszuidas 2026-01-23 18:29:20 +08:00
parent 82a6ae81bd
commit eb802361e1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Sandbox(ABC):
@abstractmethod
def read_file(self, path: str) -> str:
"""Read tge content of a file.
"""Read the content of a file.
Args:
path: The absolute path of the file to read.