fix: correct spelling
This commit is contained in:
parent
82a6ae81bd
commit
eb802361e1
|
|
@ -27,7 +27,7 @@ class Sandbox(ABC):
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def read_file(self, path: str) -> str:
|
def read_file(self, path: str) -> str:
|
||||||
"""Read tge content of a file.
|
"""Read the content of a file.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
path: The absolute path of the file to read.
|
path: The absolute path of the file to read.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue