diff --git a/PyTeX/format/generic_text.py b/PyTeX/format/generic_text.py index e02cb24..96bb0f0 100644 --- a/PyTeX/format/generic_text.py +++ b/PyTeX/format/generic_text.py @@ -12,7 +12,7 @@ class GenericText: self._path = content @property - def content(self) -> List[str]: + def text(self) -> List[str]: if self._content is None: try: with open(self._path, 'r') as file: