summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:43:10 -0800
committerSeth Morton <seth.m.morton@gmail.com>2023-02-26 20:43:10 -0800
commit6ab93dab90108da3c8d88d761e2e5cd110a160de (patch)
treeb4f45643f80f92de8ac13a5521618da81ecf82f7
parentda63947a40a2ef4c759f02aac2e8e78d010e4411 (diff)
downloadnatsort-6ab93dab90108da3c8d88d761e2e5cd110a160de.tar.gz
More README typos
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 648488b..596c445 100644
--- a/README.rst
+++ b/README.rst
@@ -73,8 +73,8 @@ Using `natsorted()`_ is simple:
`natsorted()`_ identifies numbers anywhere in a string and sorts them
naturally. Below are some other things you can do with `natsort`_
-(also see the `Examples and Recipes`_for a quick start guide, or the
-` API`_ for complete details).
+(also see the `Examples and Recipes`_ for a quick start guide, or the
+`API`_ for complete details).
**Note**: `natsorted()`_ is designed to be a drop-in replacement for the
built-in `sorted()`_ function. Like `sorted()`_, `natsorted()`_
@@ -324,7 +324,7 @@ How *does* `natsort`_ work?
`natsort`_ provides a `key function`_ that can be passed to `list.sort()`_
or `sorted()`_ in order to modify the default sorting behavior. This key
is generated on-demand with the key generator `natsort_keygen()`_.
- `natsorted()_` is essentially a wrapper for the following code:
+ `natsorted()`_ is essentially a wrapper for the following code:
.. code-block:: pycon
@@ -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