Skip to content

Commit

Permalink
Update pygoruut.py hide Linguistic
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored Oct 13, 2024
1 parent ffba531 commit 5f7fcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygoruut/pygoruut.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f7fcf3

Please sign in to comment.