Skip to content
This repository was archived by the owner on Jan 6, 2022. It is now read-only.

Commit 6c813dd

Browse files
authored
Update konglog.py
1 parent 00c20d8 commit 6c813dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

konglog.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
def eng_to_kong(eng_word: str)-> list[str]:
77
"""
88
Translate given English word into Korean into matching pronounciation,
9-
matching the English Loanword Orthography. Since the orthography does
10-
not have unique results, the result will be a list.
11-
For example, "hello" will be translated into [허로, 헐로]
9+
matching the English Loanword Orthography.
10+
For example, "hello" will be translated into 헐로.
1211
1312
# Panics
14-
When given a english word that it cannot translate, `eng_to_kong` will raise an KeyError.
13+
When given a english word that it cannot translate, `eng_to_kong` will raise a KeyError.
1514
1615
Example
1716
```python

0 commit comments

Comments
 (0)