summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:44:06 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:44:06 -0800
commitcf972df374686bf95c60fe26fec58b9bb81fb259 (patch)
tree17a54583f42a14243f0803f249e1ee4499d7e7cc
parent6ab93dab90108da3c8d88d761e2e5cd110a160de (diff)
downloadnatsort-cf972df374686bf95c60fe26fec58b9bb81fb259.tar.gz
More README typos
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 596c445..85dc1b8 100644
--- a/README.rst
+++ b/README.rst
@@ -394,7 +394,7 @@ Use ``pip``!
$ pip install natsort
If you want to install the `Optional Dependencies`_, you can use the
-`"extras" notation`_ at installation time to install those dependencies as
+`extras notation`_ at installation time to install those dependencies as
well - use ``fast`` for `fastnumbers`_ and ``icu`` for `PyICU`_.
.. code-block:: console
@@ -493,7 +493,7 @@ Please visit the changelog `on GitHub`_ or `in the documentation`_.
.. _tuple: https://docs.python.org/3/library/stdtypes.html#tuple
.. _TypeError: https://docs.python.org/3/library/exceptions.html#TypeError
.. _DeprecationWarnings: https://docs.python.org/3/library/exceptions.html#DeprecationWarning
-.. _"extras" notation": https://packaging.python.org/tutorials/installing-packages/#installing-setuptools-extras
+.. _extras notation": https://packaging.python.org/tutorials/installing-packages/#installing-setuptools-extras
.. _PyICU: https://pypi.org/project/PyICU
.. _tox: https://tox.readthedocs.io/en/latest/
.. _Examples and Recipes: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes