8000 Merge pull request #1235 from bryant1410/patch-3 · ExplodingCabbage/nltk@97d159f · GitHub
[go: up one dir, main page]

Skip to content

Commit 97d159f

Browse files
committed
Merge pull request nltk#1235 from bryant1410/patch-3
Fix typo in wordnet method docstring
2 parents 1d7966a + 32b049f commit 97d159f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nltk/corpus/reader/wordnet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ def lemmas(self, lemma, pos=None, lang='eng'):
14601460

14611461
def all_lemma_names(self, pos=None, lang='eng'):
14621462
"""Return all lemma names for all synsets for the given
1463-
part of speech tag and langauge or languages. If pos is not specified, all synsets
1463+
part of speech tag and language or languages. If pos is not specified, all synsets
14641464
for all parts of speech will be used."""
14651465

14661466
if lang == 'eng':

0 commit comments

Comments
 (0)
0