Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in word 'sentinel' #2045

Merged
merged 1 commit into from
Mar 14, 2022
Merged

Fixed typo in word 'sentinel' #2045

merged 1 commit into from
Mar 14, 2022

Conversation

fuho
Copy link
Contributor

@fuho fuho commented Mar 10, 2022

Fixed a typo in word 'sentinel'

Pull Request check-list

Please make sure to review and check all of these items:

  • Does $ tox pass with this change (including linting)?
  • Do the CI tests pass with this change (enable it first in your forked repo and wait for the github action build to finish)?
  • Is the new or changed code fully tested?
  • Is a documentation update included (if this change modifies existing APIs, or introduces new ones)?
  • Is there an example added to the examples folder (if applicable)?
  • Was the change added to CHANGES file?

NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.

Description of change

Fixed a typo in word 'sentinel' in redis/commands/sentinel.py

Fixed a typo in word 'sentinel'
@codecov-commenter
Copy link

codecov-commenter commented Mar 10, 2022

Codecov Report

Merging #2045 (c0370dd) into master (8d949a3) will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2045   +/-   ##
=======================================
  Coverage   92.17%   92.17%           
=======================================
  Files         100      100           
  Lines       21024    21024           
=======================================
+ Hits        19378    19379    +1     
+ Misses       1646     1645    -1     
Impacted Files Coverage Δ
redis/commands/sentinel.py 64.51% <ø> (ø)
tests/test_cluster.py 98.29% <0.00%> (ø)
redis/asyncio/connection.py 82.77% <0.00%> (+0.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8d949a3...c0370dd. Read the comment docs.

@dvora-h
Copy link
Collaborator

dvora-h commented Mar 10, 2022

Thanks for that @fuho

@fuho fuho closed this Mar 10, 2022
@fuho fuho reopened this Mar 10, 2022
@dvora-h dvora-h added the maintenance Maintenance (CI, Releases, etc) label Mar 14, 2022
@dvora-h dvora-h merged commit dd1157d into redis:master Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Maintenance (CI, Releases, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants