Skip to content

Commit

Permalink
More typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gandersen101 committed May 1, 2023
1 parent 5bb2ad5 commit 454a4b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*v0.6.0 Release Notes:*
- *Returning the matching pattern for all matchers, this is a breaking change as matches are now tuples of length 5 instead of 4.*
- *Regex and token matches now return match ratios.*
- *Support for `python<=3.11,>=3.7`, along with `rapidfuzz>=1.0.0`.
- *Support for `python<=3.11,>=3.7`, along with `rapidfuzz>=1.0.0`.*
- *Dropped support for spaCy v2. Sorry to do this without a deprecation cycle, but I stepped away from this project for a long time.*
- *Removed support of `"spaczz_"` preprended optional `SpaczzRuler` init arguments. Also, sorry to do this without a deprecation cycle.*
- *`Matcher.pipe` methods, which were deprecated, are now removed.*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spaczz has been tested on Ubuntu, MacOS, and Windows Server.
*v0.6.0 Release Notes:*
- *Returning the matching pattern for all matchers, this is a breaking change as matches are now tuples of length 5 instead of 4.*
- *Regex and token matches now return match ratios.*
- *Support for `python<=3.11,>=3.7`, along with `rapidfuzz>=1.0.0`.
- *Support for `python<=3.11,>=3.7`, along with `rapidfuzz>=1.0.0`.*
- *Dropped support for spaCy v2. Sorry to do this without a deprecation cycle, but I stepped away from this project for a long time.*
- *Removed support of `"spaczz_"` preprended optional `SpaczzRuler` init arguments. Also, sorry to do this without a deprecation cycle.*
- *`Matcher.pipe` methods, which were deprecated, are now removed.*
Expand Down
2 changes: 1 addition & 1 deletion notebooks/README.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"*v0.6.0 Release Notes:*\n",
"- *Returning the matching pattern for all matchers, this is a breaking change as matches are now tuples of length 5 instead of 4.*\n",
"- *Regex and token matches now return match ratios.*\n",
"- *Support for `python<=3.11,>=3.7`, along with `rapidfuzz>=1.0.0`.\n",
"- *Support for `python<=3.11,>=3.7`, along with `rapidfuzz>=1.0.0`.*\n",
"- *Dropped support for spaCy v2. Sorry to do this without a deprecation cycle, but I stepped away from this project for a long time.*\n",
"- *Removed support of `\"spaczz_\"` preprended optional `SpaczzRuler` init arguments. Also, sorry to do this without a deprecation cycle.*\n",
"- *`Matcher.pipe` methods, which were deprecated, are now removed.*\n",
Expand Down

0 comments on commit 454a4b5

Please sign in to comment.