From be8d85ee80e2624c2d89bbb72bffe4a9579f0276 Mon Sep 17 00:00:00 2001 From: Seth Morton Date: Fri, 29 Oct 2021 09:19:00 -0700 Subject: Simplify types Some over-specified types have been made a bit more general. --- docs/api.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index e6fab4e..39d7cec 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -133,8 +133,6 @@ in your code, the following types have been exposed for your convenience. +--------------------------------+----------------------------------------------------------------------------------------+ |:attr:`natsort.KeyType` | Type of `key` argument to :func:`natsort.natsorted` and :func:`natsort.natsort_keygen` | +--------------------------------+----------------------------------------------------------------------------------------+ -|:attr:`natsort.PathKeyType` | Type of `key` argument to :func:`natsort.os_sorted` and :func:`natsort.os_sort_keygen` | -+--------------------------------+----------------------------------------------------------------------------------------+ |:attr:`natsort.NatsortInType` | The input type of :attr:`natsort.NatsortKeyType` | +--------------------------------+----------------------------------------------------------------------------------------+ |:attr:`natsort.NatsortOutType` | The output type of :attr:`natsort.NatsortKeyType` | -- cgit v1.2.1