From da63947a40a2ef4c759f02aac2e8e78d010e4411 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Sun, 26 Feb 2023 20:40:35 -0800 Subject: Another README typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d735ab5..648488b 100644 --- a/README.rst +++ b/README.rst @@ -323,7 +323,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.natsort_keygen()`_. + is generated on-demand with the key generator `natsort_keygen()`_. `natsorted()_` is essentially a wrapper for the following code: .. code-block:: pycon -- cgit v1.2.1