diff --git a/pygoruut/pygoruut.py b/pygoruut/pygoruut.py index 15a21a9..66ef87c 100644 --- a/pygoruut/pygoruut.py +++ b/pygoruut/pygoruut.py @@ -12,7 +12,7 @@ @dataclass class Word: CleanWord: str - #Linguistic: str + _Linguistic: str = field(repr=False) # Hide it, no longer part of the api Phonetic: str @dataclass