8000 Merge pull request #1234 from bryant1410/patch-2 · ExplodingCabbage/nltk@d1881c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1881c2

Browse files
committed
Merge pull request nltk#1234 from bryant1410/patch-2
Fix grammar issue in CorpusReader docstring
2 parents ed62752 + 27cb773 commit d1881c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nltk/corpus/reader/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class CorpusReader(object):
3030
identified by its ``file identifier``, which is the relative path
3131
to the file from the root directory.
3232
33-
A separate subclass is be defined for each corpus format. These
33+
A separate subclass is defined for each corpus format. These
3434
subclasses define one or more methods that provide 'views' on the
3535
corpus contents, such as ``words()`` (for a list of words) and
3636
``parsed_sents()`` (for a list of parsed sentences). Called with

0 commit comments

Comments
 (0)
0