opensearch-project / opensearch-py

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

rc corrected to response #772

Closed oconpa closed 4 months ago

oconpa commented 4 months ago

There seems to be a mistype in the code. I believe it's meant to say response

Description

Describe what this change achieves.

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

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.

oconpa commented 4 months ago

@oconpa, thank you for your contribution! Could you please correct rc to response here as well? Thank you!

Corrected good spot

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 70.69%. Comparing base (ba715b9) to head (4a2c347). Report is 31 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #772 +/- ## ========================================== - Coverage 71.95% 70.69% -1.26% ========================================== Files 91 105 +14 Lines 8001 8657 +656 ========================================== + Hits 5757 6120 +363 - Misses 2244 2537 +293 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.