Skip to content

Commit e165292

Browse files
authored
docs: fix small typo (#5)
1 parent bf04a97 commit e165292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/v1/language_syntax_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def sample_analyze_syntax(text_content):
6363
u"Location of this token in overall document: {}".format(text.begin_offset)
6464
)
6565
# Get the part of speech information for this token.
66-
# Parts of spech are as defined in:
66+
# Parts of speech are as defined in:
6767
# http://www.lrec-conf.org/proceedings/lrec2012/pdf/274_Paper.pdf
6868
part_of_speech = token.part_of_speech
6969
# Get the tag, e.g. NOUN, ADJ for Adjective, et al.

0 commit comments

Comments
 (0)