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

final merge #332

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,4 +4,4 @@

**[TheFuzz](https://github.com/seatgeek/thefuzz)** version 0.19.0 correlates with this project's 0.18.0 version with `thefuzz` replacing all instances of this project's name.

PRs and issues here will need to be resubmitted to **[TheFuzz](https://github.com/seatgeek/thefuzz)**
PRs and issues here will need to be resubmitted to **[TheFuzz](https://github.com/seatgeek/thefuzz)**
2 changes: 1 addition & 1 deletion test_fuzzywuzzy_pytest.py
Expand Up @@ -2,7 +2,7 @@


def test_process_warning(capsys):
"""Check that a string reduced to 0 by processor logs a warning to stderr"""
"""Check that a string reduced to 0 by processor logs a warning to stderr."""

query = ':::::::'
choices = [':::::::']
Expand Down