FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Spelling error `available` (#11604) · Reality2byte/python-docs-samples@67810f8 · GitHub

Commit 67810f8

Browse files
authored
fix: Spelling error available (GoogleCloudPlatform#11604)
1 parent 73a529b commit 67810f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎documentai/snippets/handle_response_sample.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def print_entity(entity: documentai.Document.Entity) -> None:
316316
# https://cloud.google.com/document-ai/docs/processors-list
317317
key = entity.type_
318318

319-
# Some other value formats in addition to text are availible
319+
# Some other value formats in addition to text are available
320320
# e.g. dates: `entity.normalized_value.date_value.year`
321321
text_value = entity.text_anchor.content
322322
confidence = entity.confidence

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL