summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:44:46 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:44:46 -0800
commitb670cd41286845f58a089b93c6c276a92141beca (patch)
tree80e7fc499de6109b0fcc1c6e48876162f815404d
parentcf972df374686bf95c60fe26fec58b9bb81fb259 (diff)
downloadnatsort-b670cd41286845f58a089b93c6c276a92141beca.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 85dc1b8..f1af055 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