summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2021-10-29 09:19:00 -0700
committerSeth Morton <seth.m.morton@gmail.com>2021-10-29 09:19:00 -0700
commitbe8d85ee80e2624c2d89bbb72bffe4a9579f0276 (patch)
tree70c5a3fe291741d62b9e05e90e10c62e64a679bd /docs
parentb4c9978c14844fd081ebcf35c85f8aabee236ab8 (diff)
downloadnatsort-be8d85ee80e2624c2d89bbb72bffe4a9579f0276.tar.gz
Simplify types
Some over-specified types have been made a bit more general.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst2
1 files changed, 0 insertions, 2 deletions
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` |