summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:29:56 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:29:56 -0800
commit06dfabdab80aca9d3e01f8fcd6415a663b00d168 (patch)
tree68c469cdf8d9093c0cab28d2aed243e0913f8413
parent6150e1461e6d765d953222cd155cf60611e40ca6 (diff)
downloadnatsort-06dfabdab80aca9d3e01f8fcd6415a663b00d168.tar.gz
Fix typo in README
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 425e124..8f86b4d 100644
--- a/README.rst
+++ b/README.rst
@@ -368,12 +368,12 @@ fastnumbers
+++++++++++
The most efficient sorting can occur if you install the
-`fastnumbers>`_ package
+`fastnumbers`_ package
(version >=2.0.0); it helps with the string to number conversions.
`natsort`_ will still run (efficiently) without the package, but if you need
to squeeze out that extra juice it is recommended you include this as a
dependency. `natsort`_ will not require (or check) that
-`fastnumbers>`_ is installed at installation.
+`fastnumbers`_ is installed at installation.
PyICU
+++++
@@ -392,7 +392,7 @@ Use ``pip``!
If you want to install the `Optional Dependencies`_, you can use the
`"extras" notation`_ at installation time to install those dependencies as
-well - use ``fast`` for `fastnumbers>`_ and ``icu`` for `PyICU`_.
+well - use ``fast`` for `fastnumbers`_ and ``icu`` for `PyICU`_.
.. code-block:: console