From 02b90652da39559763731a67b2ce24867774b2c4 Mon Sep 17 00:00:00 2001 From: Paul Rogalski <102597634+p-rogalski@users.noreply.github.com> Date: Fri, 8 Sep 2023 09:23:06 +0200 Subject: [PATCH] docs: Fix configuration table entry for `pypi..type` (#2246) --- docs/docs/reference/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/configuration.md b/docs/docs/reference/configuration.md index 7a33e34b04..ec1eef0256 100644 --- a/docs/docs/reference/configuration.md +++ b/docs/docs/reference/configuration.md @@ -59,7 +59,7 @@ The following configuration items can be retrieved and modified by [`pdm config` | `pypi..url` | The URL of custom package source | `https://pypi.org/simple` | Yes | | | `pypi..username` | The username to access custom source | | Yes | | | `pypi..password` | The password to access custom source | | Yes | | -| `pypi..type` | `find_links` | `index` | `index` | Yes | | +| `pypi..type` | `index` or `find_links` | `index` | Yes | | | `pypi..verify_ssl` | Verify SSL certificate when query custom source | `True` | Yes | | | `strategy.save` | Specify how to save versions when a package is added | `minimum`(can be: `exact`, `wildcard`, `minimum`, `compatible`) | Yes | | | `strategy.update` | The default strategy for updating packages | `reuse`(can be : `eager`) | Yes | |