opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
350 stars 175 forks source link

Fix: typos. #526

Closed dblock closed 1 year ago

dblock commented 1 year ago

Description

Fixed some typos and grammar in comments.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

dblock commented 1 year ago

Link checker will be failing until we release 2.3.2.

codecov[bot] commented 1 year ago

Codecov Report

Merging #526 (eb06c53) into main (49c2f6e) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #526   +/-   ##
=======================================
  Coverage   70.87%   70.87%           
=======================================
  Files          83       83           
  Lines        7790     7790           
=======================================
  Hits         5521     5521           
  Misses       2269     2269           
Files Coverage Δ
opensearchpy/_async/transport.py 87.01% <ø> (ø)
opensearchpy/connection/base.py 93.66% <ø> (ø)
opensearchpy/connection_pool.py 89.09% <ø> (ø)
opensearchpy/helpers/utils.py 91.01% <ø> (ø)
opensearchpy/transport.py 92.02% <ø> (ø)