From 454a4b566d172e172ddbe69ed2cfe608540df1f8 Mon Sep 17 00:00:00 2001 From: Grant Andersen Date: Mon, 1 May 2023 08:06:32 -0500 Subject: [PATCH] More typo fixes --- CHANGELOG.md | 2 +- README.md | 2 +- notebooks/README.ipynb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55d3889..756acbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.* diff --git a/README.md b/README.md index 31e6c24..8be2097 100644 --- a/README.md +++ b/README.md @@ -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.* diff --git a/notebooks/README.ipynb b/notebooks/README.ipynb index 56bab08..6d88640 100644 --- a/notebooks/README.ipynb +++ b/notebooks/README.ipynb @@ -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",